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

service TableConditionalFormat
Description
represents a collection of conditional formatting settings for a cell or cell range.

The style of the first fulfilled condition (in index order) will be applied to the cell(s).

See also
SheetCell, SheetCellRange, SheetCellRanges
Developers Guide
Exported Interfaces
XSheetConditionalEntries
Description
provides methods to insert and remove conditions and to access the condition via index.
::com::sun::star::container::XNameAccess
Description
provides methods to access the condition via name.

The name of a condition is "Entry", followed by its index (i.e. Entry0, Entry1, ...).

::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all conditional entries.
::com::sun::star::container::XIndexAccess
Description
provides methods to access the contained conditional entries by index.

 
Top of Page