public interface CellValueRecordInterface
Record
,
RecordFactory
Modifier and Type | Method and Description |
---|---|
short |
getColumn() |
int |
getRow() |
short |
getXFIndex() |
void |
setColumn(short col) |
void |
setRow(int row) |
void |
setXFIndex(short xf) |
int getRow()
short getColumn()
void setRow(int row)
row
- the row this cell occurs withinvoid setColumn(short col)
col
- the column this cell definesvoid setXFIndex(short xf)
short getXFIndex()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.