:: 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
See also
SheetCellRange
See also
SheetCellRanges
Developers Guide
8.3.2 Spreadsheet Documents - Working with Spreadsheet Documents - Formatting - Conditional Formats

Exported Interfaces
XSheetConditionalEntries
Description
provides methods to insert and remove conditions and to access the condition via index.
See also
TableConditionalEntry
::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, ...).

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

 
Top of Page