LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::sheet::FilterFieldType Constant Group Reference

Variables

const long NUMERIC = 0
 Filter by numeric value.
 
const long STRING = 1
 Filter by string value.
 
const long DATE = 2
 Filter by date.
 
const long TEXT_COLOR = 3
 Filter by text color.
 
const long BACKGROUND_COLOR = 4
 Filter by background color.
 

Detailed Description

Since
LibreOffice 7.2

Variable Documentation

◆ BACKGROUND_COLOR

const long BACKGROUND_COLOR = 4

Filter by background color.

◆ DATE

const long DATE = 2

Filter by date.

◆ NUMERIC

const long NUMERIC = 0

Filter by numeric value.

◆ STRING

const long STRING = 1

Filter by string value.

◆ TEXT_COLOR

const long TEXT_COLOR = 3

Filter by text color.