(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

constants group NamedRangeFlag
Description
used to specify the purpose of a named range.

Constants
FILTER_CRITERIA The range contains filter criteria.  
PRINT_AREA The range can be used as a print range.  
COLUMN_HEADER The range can be used as column headers for printing.  
ROW_HEADER The range can be used as row headers for printing.  
Constants' Details
FILTER_CRITERIA
const long FILTER_CRITERIA = 1;
Description
The range contains filter criteria.
PRINT_AREA
const long PRINT_AREA = 2;
Description
The range can be used as a print range.
COLUMN_HEADER
const long COLUMN_HEADER = 4;
Description
The range can be used as column headers for printing.
ROW_HEADER
const long ROW_HEADER = 8;
Description
The range can be used as row headers for printing.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.