Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

unpublished constants group AddressConvention
Usage Restrictions
not published
Description
These constants specify which address convention to use in the formula parser. Each variation specifies a different cell and cell range address syntax.
See also
FormulaParser

Constants
UNSPECIFIED  
OOO  
XL_A1  
XL_R1C1  
XL_OOX  
LOTUS_A1  
Constants' Details
UNSPECIFIED
const short UNSPECIFIED = -1;
OOO
const short OOO = 0;
XL_A1
const short XL_A1 = 1;
XL_R1C1
const short XL_R1C1 = 2;
XL_OOX
const short XL_OOX = 3;
LOTUS_A1
const short LOTUS_A1 = 4;
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.