21module
com { module sun { module star { module table {
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27
long StartColumn
is the index of the column of the left edge of the range.
Definition CellRangeAddress.idl:36
long EndColumn
is the index of the column of the right edge of the range.
Definition CellRangeAddress.idl:46
short Sheet
is the index of the sheet that contains the cell range.
Definition CellRangeAddress.idl:31
long EndRow
is the index of the row of the bottom edge of the range.
Definition CellRangeAddress.idl:51
long StartRow
is the index of the row of the top edge of the range.
Definition CellRangeAddress.idl:41