Language
The Free and Open Productivity Suite
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:
- 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_BETWEEN operations).
- ::com::sun::star::table::CellAddress
SourcePosition
- contains the base address for relative cell references in formulas.
string StyleName
- contains the name of the cell style used by this condition.
- See also
- 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.