Top   Module   Use   Manual   Index 

com :: sun :: star :: sheet ::

struct TableFilterField


Description
describes a single condition in a filter descriptor.


Elements

com::sun::star::sheet::FilterConnection Connection
Description
specifies how the condition is connected to the previous condition.
long Field
Description
specifies which field (column) is used for the condition.
com::sun::star::sheet::FilterOperator Operator
Description
specifies the type of the condition.
boolean IsNumeric
Description
selects whether the TableFilterField::NumericValue or the TableFilterField::StringValue is used.
double NumericValue
Description
specifies a numeric value for the condition.
string StringValue
Description
specifies a string value for the condition.
Top of Page