org.apache.poi.hssf.record.formula
Class DeletedRef3DPtg
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.Ref3DPtg
org.apache.poi.hssf.record.formula.DeletedRef3DPtg
- public class DeletedRef3DPtg
- extends Ref3DPtg
Title: Deleted Reference 3D Ptg
Description: Defined a cell in extern sheet.
REFERENCE:
- Version:
- 1.0-pre
- Author:
- Patrick Luby
Field Summary |
static byte |
sid
|
Methods inherited from class org.apache.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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final byte sid
- See Also:
- Constant Field Values
DeletedRef3DPtg
public DeletedRef3DPtg(byte[] data,
int offset)
- Creates new DeletedRef3DPtg
DeletedRef3DPtg
public DeletedRef3DPtg(java.lang.String cellref,
short externIdx)
Copyright 2005 The Apache Software Foundation or
its licensors, as applicable.