public final class ArrayRecord extends SharedValueRecordBase
| Modifier and Type | Field | Description |
|---|---|---|
static short |
sid |
| Constructor | Description |
|---|---|
ArrayRecord(RecordInputStream in) |
|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
protected int |
getExtraDataSize() |
|
Ptg[] |
getFormulaTokens() |
|
short |
getSid() |
return the non static version of the id for this record.
|
boolean |
isAlwaysRecalculate() |
|
boolean |
isCalculateOnOpen() |
|
protected void |
serializeExtraData(LittleEndianOutput out) |
|
java.lang.String |
toString() |
get a string representation of the record (for biffview/debugging)
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneViaReserialise, serializegetDataSize, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serializegetRecordSize, serializepublic static final short sid
public ArrayRecord(RecordInputStream in)
public ArrayRecord(Formula formula, CellRangeAddress8Bit range)
public boolean isAlwaysRecalculate()
public boolean isCalculateOnOpen()
public Ptg[] getFormulaTokens()
protected int getExtraDataSize()
getExtraDataSize in class SharedValueRecordBaseprotected void serializeExtraData(LittleEndianOutput out)
serializeExtraData in class SharedValueRecordBasepublic short getSid()
Recordpublic java.lang.String toString()
RecordCopyright 2018 The Apache Software Foundation or its licensors, as applicable.