AreaPtg

org.apache.poi.hssf.record.formula. Ptg
+CLASS_REF :byte
+CLASS_VALUE :byte
+CLASS_ARRAY :byte
#ptgClass :byte
+Ptg()
+createPtg(byte[] data, int offset) :org.apache.poi.hssf.record.formula.Ptg
+getSize() :int
+getBytes() :byte[]
+writeBytes(byte[] array, int offset) :void
+toFormulaString(org.apache.poi.hssf.util.SheetReferences refs) :java.lang.String
+toDebugString() :java.lang.String
+setClass(byte thePtgClass) :void
+getPtgClass() :byte
+getDefaultOperandClass() :byte
+clone() :java.lang.Object
org.apache.poi.hssf.record.formula. AreaPtg
+sid :short
+AreaPtg(java.lang.String arearef)
+AreaPtg(byte[] data, int offset)
+toString() :java.lang.String
+writeBytes(byte[] array, int offset) :void
+getSize() :int
+getFirstRow() :short
+setFirstRow(short row) :void
+getLastRow() :short
+setLastRow(short row) :void
+getFirstColumn() :short
+getFirstColumnRaw() :short
+isFirstRowRelative() :boolean
+setFirstRowRelative(boolean rel) :void
+isFirstColRelative() :boolean
+setFirstColRelative(boolean rel) :void
+setFirstColumn(short column) :void
+setFirstColumnRaw(short column) :void
+getLastColumn() :short
+getLastColumnRaw() :short
+isLastRowRelative() :boolean
+setLastRowRelative(boolean rel) :void
+isLastColRelative() :boolean
+setLastColRelative(boolean rel) :void
+setLastColumn(short column) :void
+setLastColumnRaw(short column) :void
+toFormulaString(org.apache.poi.hssf.util.SheetReferences refs) :java.lang.String
+getDefaultOperandClass() :byte
+clone() :java.lang.Object