Methods Summary |
---|
protected void | fillFields(org.apache.poi.hssf.record.RecordInputStream in)
|
public int | getLastColumnNumber()Returns the (0 based) number of the last column
seen for this row. You should have already been
called with that record.
This is -1 in the case of there being no columns
for the row. return lastColumnNumber;
|
public int | getRow()Returns the (0 based) number of the row we are
currently working on. return row;
|
public short | getSid()
return -1;
|
public int | serialize(int offset, byte[] data)
return -1;
|
protected void | validateSid(short id)
|