:: com :: sun :: star :: sheet ::
|
interface XSheetConditionalEntries |
- Base Interfaces
XSheetConditionalEntries
┗ ::com::sun::star::container::XIndexAccess
┗ ::com::sun::star::container::XElementAccess
::com::sun::star::container::XIndexAccess |
- (referenced interface's summary:)
- provides access to the elements of a collection through an
index.
|
|
- Description
- provides methods to add and remove conditions of a conditional format.
- See also
- ::com::sun::star::sheet::TableConditionalFormat, ::com::sun::star::sheet::TableConditionalEntry
- Developers Guide
Methods' Summary |
addNew |
adds a conditional entry to the format.
|
removeByIndex |
removes a conditional entry from the format.
|
clear |
clears all condition entries.
|
Methods' Details |
addNew
- Description
- adds a conditional entry to the format.
Supported properties are:
- ::com::sun::star::sheet::ConditionOperator Operator
- contains the operation to perform for this condition.
string Formula1
- contains the value or formula for the operation.
string Formula2
- contains the second value or formula for the operation (used with
ConditionOperator::BETWEEN or
ConditionOperator::NOT_BERWEEN operations).
- ::com::sun::star::table::CellAddress
SourcePosition
- contains the base address for relative cell references in formulas.
- See also
- ::com::sun::star::sheet::TableConditionalFormat
|
|
removeByIndex
void |
removeByIndex( |
[in] long |
nIndex ); |
- Description
- removes a conditional entry from the format.
|
|
clear
- Description
- clears all condition entries.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|