ptgRef is a reference to a single cell. It contains row and column information, plus a grbit to determine whether these values are relative or absolute. This grbit is, stupidly, but expectedly, encoded within the column value.
Offset Name Size Contents ---------------------------------------------------- 0 rw 2 the row 2 grbitCol 2 (see following table) Only the low-order 14 bits specify the Col, the other bits specify relative vs absolute for both the col or the row. Bits Mask Name Contents ----------------------------------------------------- 15 8000h fRwRel =1 if row offset relative, =0 if otherwise 14 4000h fColRel =1 if col offset relative, =0 if otherwise 13-0 3FFFh col Ordinal column offset or number
@see WorkBook
@see Boundsheet
@see Dbcell
@see Row
@see Cell
@see XLSRecord