NumberPtg

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
+toDebugString() :java.lang.String
org.apache.poi.hssf.record.formula. NumberPtg
+SIZE :int
+sid :byte
+NumberPtg(byte[] data, int offset)
#NumberPtg(java.lang.String value)
+setValue(double value) :void
+getValue() :double
+writeBytes(byte[] array, int offset) :void
+getSize() :int
+toFormulaString() :java.lang.String