struct CellAddress in module com::sun::star::table::

(Global Index)

Syntax

struct CellAddress;

Description

used to identify a cell within a spreadsheet document.

Field Summary

Sheet index of the sheet that contains the cell.

Column index of the column where the cell is located.

Row index of the row where the cell is located.

Field Details



Sheet

Syntax

short Sheet;

Description

index of the sheet that contains the cell.


Column

Syntax

long Column;

Description

index of the column where the cell is located.


Row

Syntax

long Row;

Description

index of the row where the cell is located.

Top of Page