LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
TableFilterField2 Struct Referencepublished

describes a single condition in a filter descriptor. More...

import"TableFilterField2.idl";

Public Attributes

FilterConnection Connection
 specifies how the condition is connected to the previous condition. More...
 
long Field
 specifies which field (column) is used for the condition. More...
 
long Operator
 specifies the type of the condition as defined in FilterOperator2. More...
 
boolean IsNumeric
 selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used. More...
 
double NumericValue
 specifies a numeric value for the condition. More...
 
string StringValue
 specifies a string value for the condition. More...
 

Detailed Description

describes a single condition in a filter descriptor.

This struct has the FilterOperator2 constants group as member, whereas the TableFilterField struct uses the FilterOperator enum.

See also
SheetFilterDescriptor
Since
OOo 3.2

Member Data Documentation

◆ Connection

FilterConnection Connection

specifies how the condition is connected to the previous condition.

◆ Field

long Field

specifies which field (column) is used for the condition.

◆ IsNumeric

boolean IsNumeric

◆ NumericValue

double NumericValue

specifies a numeric value for the condition.

◆ Operator

long Operator

specifies the type of the condition as defined in FilterOperator2.

◆ StringValue

string StringValue

specifies a string value for the condition.


The documentation for this struct was generated from the following file: