LibreOffice
LibreOffice 7.4 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

◆ EndColumn

long EndColumn

is the index of the column of the right edge of the range.

◆ EndRow

long EndRow

is the index of the row of the bottom edge of the range.

◆ Sheet

short Sheet

is the index of the sheet that contains the cell range.

◆ StartColumn

long StartColumn

is the index of the column of the left edge of the range.

◆ StartRow

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: