| Package | Description |
|---|---|
| io.starter.formats.XLS.formulas |
| Modifier and Type | Class and Description |
|---|---|
class |
PtgAdd |
class |
PtgArea
ptgArea is a reference to an area (rectangle) of cells.
|
class |
PtgArea3d
ptgArea3d is a reference to an area (rectangle) of cells.
|
class |
PtgAreaErr3d
An Erroneous BiffRec range spanning 3rd dimension of WorkSheets.
|
class |
PtgAreaN
ptgArea is a reference to an area (rectangle) of cells.
|
class |
PtgArray |
class |
PtgAtr
Displays "special" attributes like spaces and "optimized SUMs"
Offset Size Contents
0 1 19H
1 1 Attribute type flags:
01H = This is a tAttrVolatile token (volatile function)
02H = This is a tAttrIf token (IF function control)
04H = This is a tAttrChoose token (CHOOSE function control)
08H = This is a tAttrSkip token (skip part of token array)
10H = This is a tAttrSum token (SUM function with one parameter)
20H = This is a tAttrAssign token (assignment-style formula in a macro sheet)
40H = This is a tAttrSpace token (spaces and carriage returns, BIFF3-BIFF8)
41H = This is a tAttrSpaceVolatile token (BIFF3-BIFF8, see below)
2 var.
|
class |
PtgBool |
class |
PtgConcat |
class |
PtgDiv |
class |
PtgEndSheet |
class |
PtgEQ |
class |
PtgErr |
class |
PtgExp
ptgExp indicates an Array Formula or Shared Formula
When ptgExp occurs in a formula, it's the only token in the formula.
|
class |
PtgFunc
PtgFunc is a fuction operator that refers to the header file in order to
use the correct function.
|
class |
PtgFuncVar
PtgFunc is a fuction operator that refers to the header file in order to
use the correct function.
|
class |
PtgGE |
class |
PtgGT |
class |
PtgInt |
class |
PtgIsect |
class |
PtgLE |
class |
PtgLT |
class |
PtgMemArea
PtgMemArea is an optimization of referenced areas.
|
class |
PtgMemAreaA
PtgMemArea is an optimization of referenced areas.
|
class |
PtgMemAreaN |
class |
PtgMemAreaNV |
class |
PtgMemErr |
class |
PtgMemFunc
PtgMemFunc refers to a reference subexpression that doesn't evaluate
to a constant reference.
|
class |
PtgMissArg |
class |
PtgMlt |
class |
PtgMystery |
class |
PtgName
This PTG stores an index to a name.
|
class |
PtgNameX |
class |
PtgNE |
class |
PtgNumber |
class |
PtgParen |
class |
PtgPercent |
class |
PtgPower |
class |
PtgRange |
class |
PtgRef
ptgRef is a reference to a single cell.
|
class |
PtgRef3d
A BiffRec range spanning 3rd dimension of WorkSheets.
|
class |
PtgRefErr |
class |
PtgRefErr3d |
class |
PtgRefN
PtgRefN is a modified PtgRef that is for shared formulas.
|
class |
PtgStr
PTG that stores a unicode string
Offset Name Size Contents
------------------------------------
0 cch 1 Length of the string
1 rgch var The string
I think the string includes a grbit itself, see UnicodeString.
|
class |
PtgSub
Ptg that indicates substitution (ie minus)
|
class |
PtgUMinus |
class |
PtgUnion |
class |
PtgUPlus |
Copyright © 2002–2019 Starter Inc.. All rights reserved.