Top   Module   Use   Manual   Index 

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

constants group _NamedRange


[ DEPRECATED ]


Constants

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