Top   Module   Use   Manual   Index 

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

struct CellRangeAddress


Description
contains a cell range address within a spreadsheet document.


Elements

short Sheet
Description
is the index of the sheet that contains the cell range.
long StartColumn
Description
is the index of the column of the left edge of the range.
long StartRow
Description
is the index of the row of the top edge of the range.
long EndColumn
Description
is the index of the column of the right edge of the range.
long EndRow
Description
is the index of the row of the bottom edge of the range.
Top of Page