20 #ifndef __com_sun_star_table_CellRangeAddress_idl__ 21 #define __com_sun_star_table_CellRangeAddress_idl__ 24 module
com { module sun { module star { module table {
short Sheet
is the index of the sheet that contains the cell range.
Definition: CellRangeAddress.idl:34
Definition: Ambiguous.idl:22
long StartRow
is the index of the row of the top edge of the range.
Definition: CellRangeAddress.idl:44
long EndColumn
is the index of the column of the right edge of the range.
Definition: CellRangeAddress.idl:49
long StartColumn
is the index of the column of the left edge of the range.
Definition: CellRangeAddress.idl:39
long EndRow
is the index of the row of the bottom edge of the range.
Definition: CellRangeAddress.idl:54
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:29