LibreOffice
LibreOffice 5.1 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

FilterConnection Connection

specifies how the condition is connected to the previous condition.

long Field

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

boolean IsNumeric
double NumericValue

specifies a numeric value for the condition.

long Operator

specifies the type of the condition as defined in FilterOperator2.

string StringValue

specifies a string value for the condition.


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