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

unpublished interface XSheetCondition2
Base Interfaces
XSheetCondition2XSheetCondition

XSheetCondition
(referenced interface's summary:)
provides methods to access the settings of a condition in a conditional format or data validation.
Usage Restrictions
not published
Description
provides methods to access the settings of a condition in a conditional format or data validation.
See also
TableConditionalEntry, TableValidation, XSheetCondition

Methods' Summary
getConditionOperator returns the operator in the condition (new interface).  
setConditionOperator sets the operator in the condition (new interface).  
Methods' Details
getConditionOperator
long
getConditionOperator();

Description
returns the operator in the condition (new interface).
setConditionOperator
void
setConditionOperator( [in] long  nOperator );

Description
sets the operator in the condition (new interface).
Top of Page