LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::sheet::NamedRangeFlag Constant Group Referencepublished

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.
 

Detailed Description

used to specify the purpose of a named range.

Variable Documentation

◆ COLUMN_HEADER

const long COLUMN_HEADER = 4

The range can be used as column headers for printing.

◆ FILTER_CRITERIA

const long FILTER_CRITERIA = 1

The range contains filter criteria.

◆ HIDDEN

const long HIDDEN = 16

The range is hidden from the user interface.

Since
LibreOffice 24.2

◆ PRINT_AREA

const long PRINT_AREA = 2

The range can be used as a print range.

◆ ROW_HEADER

const long ROW_HEADER = 8

The range can be used as row headers for printing.