LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
TableFilterField Struct Referencepublished

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

import"TableFilterField.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...
 
FilterOperator Operator
 specifies the type of the condition. More...
 
boolean IsNumeric
 selects whether the TableFilterField::NumericValue or the TableFilterField::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.

See also
SheetFilterDescriptor

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

FilterOperator Operator

specifies the type of the condition.

◆ StringValue

string StringValue

specifies a string value for the condition.


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