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

struct CellAddress
Description
contains a cell address within a spreadsheet document.

Elements' Summary
Sheet is the index of the sheet that contains the cell.  
Column is the index of the column where the cell is located.  
Row is the index of the row where the cell is located.  
Elements' Details
Sheet
short Sheet;
Description
is the index of the sheet that contains the cell.
Column
long Column;
Description
is the index of the column where the cell is located.
Row
long Row;
Description
is the index of the row where the cell is located.
Top of Page