public final class ArrayRecord extends SharedValueRecordBase implements Cloneable
Treated in a similar way to SharedFormulaRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
ArrayRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
ArrayRecord |
clone() |
Ptg[] |
getFormulaTokens() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isAlwaysRecalculate() |
boolean |
isCalculateOnOpen() |
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serializegetRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public ArrayRecord(RecordInputStream in)
public ArrayRecord(Formula formula, CellRangeAddress8Bit range)
public boolean isAlwaysRecalculate()
public boolean isCalculateOnOpen()
public Ptg[] getFormulaTokens()
public short getSid()
Recordpublic String toString()
Recordpublic ArrayRecord clone()
Copyright © 2010 - 2020 Adobe. All Rights Reserved