| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
used to specify the purpose of a named range. More...
| Variables | |
| const long | FILTER_CRITERIA = 1 | 
| The range contains filter criteria. | |
| const long | PRINT_AREA = 2 | 
| The range can be used as a print range. | |
| const long | COLUMN_HEADER = 4 | 
| The range can be used as column headers for printing. | |
| const long | ROW_HEADER = 8 | 
| The range can be used as row headers for printing. | |
| const long | HIDDEN = 16 | 
| The range is hidden from the user interface. | |
used to specify the purpose of a named range.
| const long COLUMN_HEADER = 4 | 
The range can be used as column headers for printing.
| const long FILTER_CRITERIA = 1 | 
The range contains filter criteria.
| const long HIDDEN = 16 | 
The range is hidden from the user interface.
| const long PRINT_AREA = 2 | 
The range can be used as a print range.
| const long ROW_HEADER = 8 | 
The range can be used as row headers for printing.