20 #ifndef __com_sun_star_table_CellAddress_idl__
21 #define __com_sun_star_table_CellAddress_idl__
24 module
com { module sun { module star { module table {
Definition: Ambiguous.idl:22
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
long Row
is the index of the row where the cell is located.
Definition: CellAddress.idl:44
short Sheet
is the index of the sheet that contains the cell.
Definition: CellAddress.idl:34
long Column
is the index of the column where the cell is located.
Definition: CellAddress.idl:39