Top   Module   Use   Manual   Index 

com :: sun :: star :: table ::

struct CellAddress


Description
contains a cell address within a spreadsheet document.


Elements

short Sheet
Description
is the index of the sheet that contains the cell.
long Column
Description
is the index of the column where the cell is located.
long Row
Description
is the index of the row where the cell is located.
Top of Page