:: ooo :: vba :: excel ::

interface XFormatCondition
Base Interfaces
XFormatCondition
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
Delete  
Modify  
Type  
Operator  
Formula1  
Formula2  
Interior  
Borders  
Font  
Methods' Details
Delete
void
Delete()
raises( ::com::sun::star::script::BasicErrorException );

Modify
void
Modify( [in] long  Type,
[in] any  Operator,
[in] any  Formula1,
[in] any  Formula2 )
raises( ::com::sun::star::script::BasicErrorException );

Parameter Type
Parameter Operator
Optional.
Parameter Formula1
Optional.
Parameter Formula2
Optional.
Returns
void
Type
long
Type()
raises( ::com::sun::star::script::BasicErrorException );

Operator
long
Operator()
raises( ::com::sun::star::script::BasicErrorException );

Formula1
string
Formula1()
raises( ::com::sun::star::script::BasicErrorException );

Formula2
string
Formula2()
raises( ::com::sun::star::script::BasicErrorException );

Interior
XInterior
Interior()
raises( ::com::sun::star::script::BasicErrorException );

Borders
any
Borders( [in] any  Index )
raises( ::com::sun::star::script::BasicErrorException );

Font
XFont
Font()
raises( ::com::sun::star::script::BasicErrorException );

Top of Page