LibreOffice
LibreOffice 5.2 SDK API Reference
Public Attributes | List of all members
CellRangeAddress Struct Referencepublished

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...
 

Detailed Description

contains a cell range address within a spreadsheet document.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: