LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants specify which address convention to use in the formula parser. More...
Variables | |
const short | UNSPECIFIED = -1 |
const short | OOO = 0 |
const short | XL_A1 = 1 |
const short | XL_R1C1 = 2 |
const short | XL_OOX = 3 |
const short | LOTUS_A1 = 4 |
These constants specify which address convention to use in the formula parser.
Each variation specifies a different cell and cell range address syntax.
const short LOTUS_A1 = 4 |
const short OOO = 0 |
const short UNSPECIFIED = -1 |
const short XL_A1 = 1 |
const short XL_OOX = 3 |
const short XL_R1C1 = 2 |