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

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.

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