Package loci.poi.hssf.record.formula
Class DeletedRef3DPtg
- java.lang.Object
-
- loci.poi.hssf.record.formula.Ptg
-
- loci.poi.hssf.record.formula.Ref3DPtg
-
- loci.poi.hssf.record.formula.DeletedRef3DPtg
-
public class DeletedRef3DPtg extends Ref3DPtg
Title: Deleted Reference 3D PtgDescription: Defined a cell in extern sheet.
REFERENCE:
- Version:
- 1.0-pre
- Author:
- Patrick Luby
-
-
Field Summary
Fields Modifier and Type Field Description static byte
sid
-
Fields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
-
-
Constructor Summary
Constructors Constructor Description DeletedRef3DPtg(String cellref, short externIdx)
DeletedRef3DPtg(RecordInputStream in)
Creates new DeletedRef3DPtg
-
Method Summary
-
Methods inherited from class loci.poi.hssf.record.formula.Ref3DPtg
clone, getColumn, getColumnRaw, getDefaultOperandClass, getExternSheetIndex, getRow, getSize, isColRelative, isRowRelative, setArea, setColRelative, setColumn, setColumnRaw, setExternSheetIndex, setRow, setRowRelative, toFormulaString, toString, writeBytes
-
Methods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
-
-
-
-
Field Detail
-
sid
public static final byte sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeletedRef3DPtg
public DeletedRef3DPtg(RecordInputStream in)
Creates new DeletedRef3DPtg
-
DeletedRef3DPtg
public DeletedRef3DPtg(String cellref, short externIdx)
-
-