Syntax
constants group NamedRangeFlag;
Description
These constants are used to specify the purpose of a named range.
Constants Summary
|
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.
|
|
Field Details
|
|
Syntax
const long FILTER_CRITERIA = 1;
Description
The range contains filter criteria.
Syntax
const long PRINT_AREA = 2;
Description
The range can be used as a print range.
Syntax
const long COLUMN_HEADER = 4;
Description
The range can be used as column headers for printing.
Syntax
const long ROW_HEADER = 8;
Description
The range can be used as row headers for printing.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.