LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
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. More...
 
const long PRINT_AREA = 2
 The range can be used as a print range. More...
 
const long COLUMN_HEADER = 4
 The range can be used as column headers for printing. More...
 
const long ROW_HEADER = 8
 The range can be used as row headers for printing. More...
 
const long HIDDEN = 16
 The range is hidden from the user interface. More...
 

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.