LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains a cell range address within a spreadsheet document. More...
import"CellRangeAddress.idl";
Public Attributes | |
short | Sheet |
is the index of the sheet that contains the cell range. More... | |
long | StartColumn |
is the index of the column of the left edge of the range. More... | |
long | StartRow |
is the index of the row of the top edge of the range. More... | |
long | EndColumn |
is the index of the column of the right edge of the range. More... | |
long | EndRow |
is the index of the row of the bottom edge of the range. More... | |
contains a cell range address within a spreadsheet document.
long EndColumn |
is the index of the column of the right edge of the range.
long EndRow |
is the index of the row of the bottom edge of the range.
short Sheet |
is the index of the sheet that contains the cell range.
long StartColumn |
is the index of the column of the left edge of the range.
long StartRow |
is the index of the row of the top edge of the range.