AreaPtg

org.apache.poi.hssf.record.formula. Ptg
+Ptg()
+createPtg(byte[] data, int offset) :org.apache.poi.hssf.record.formula.Ptg
+getSize() :int
+getBytes() :byte[]
+writeBytes(byte[] array, int offset) :void
+toFormulaString() :java.lang.String
+getPrecedence() :int
+getStringLength() :int
org.apache.poi.hssf.record.formula. AreaPtg
+sid :short
+AreaPtg()
+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
+isFirstColRowRelative() :boolean
+isFirstColRelative() :boolean
+setFirstColumn(short column) :void
+setFirstColumnRaw(short column) :void
+getLastColumn() :short
+getLastColumnRaw() :short
+isLastColRowRelative() :boolean
+isLastColRelative() :boolean
+setLastColumn(short column) :void
+setLastColumnRaw(short column) :void
+toFormulaString() :java.lang.String
+colNumToLetter(int col) :java.lang.String