BlankRecord
, BoolErrRecord
, CellRecord
, FormulaRecord
, FormulaRecordAggregate
, LabelRecord
, LabelSSTRecord
, NumberRecord
, RKRecord
public interface CellValueRecordInterface
Record
,
RecordFactory
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.