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
|
|
Syntax
short Sheet;
Description
index of the sheet that contains the cell.
Syntax
long Column;
Description
index of the column where the cell is located.
Syntax
long Row;
Description
index of the row where the cell is located.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.