public final class ArrayRecord extends SharedValueRecordBase
Treated in a similar way to SharedFormulaRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
ArrayRecord(ArrayRecord other) |
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
ArrayRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
ArrayRecord |
clone()
Deprecated.
|
ArrayRecord |
copy() |
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)
|
getDataSize, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serialize
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public ArrayRecord(ArrayRecord other)
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 SharedValueRecordBase
protected void serializeExtraData(LittleEndianOutput out)
serializeExtraData
in class SharedValueRecordBase
public short getSid()
Record
public java.lang.String toString()
Record
@Deprecated @Removal(version="5.0.0") public ArrayRecord clone()
clone
in class java.lang.Object
public ArrayRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.