ReferencePtg
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.
ReferencePtg
+
sid
:byte
#
ReferencePtg
(java.lang.String cellref)
+
ReferencePtg
(byte[] data, int offset)
+
toString
() :java.lang.String
+
writeBytes
(byte[] array, int offset) :void
+
setRow
(short row) :void
+
getRow
() :short
+
isRowRelative
() :boolean
+
setRowRelative
(boolean rel) :void
+
isColRelative
() :boolean
+
setColRelative
(boolean rel) :void
+
setColumnRaw
(short col) :void
+
getColumnRaw
() :short
+
setColumn
(short col) :void
+
getColumn
() :short
+
getSize
() :int
+
toFormulaString
() :java.lang.String