Language
The Free and Open Productivity Suite
:: 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
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.