:: 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
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.