Syntax
interface XSheetConditionalEntries : com::sun::star::container::XIndexAccess ;
Description
the conditions of a conditional format are managed.
See also
- TableConditionalFormat
-
Method Summary
|
addNew |
adds a conditional entry to the format. |
|
removeByIndex |
removes a conditional entry from the format.
|
|
clear |
clears the format.
|
|
Known Services Which Export this Interface
|
com::sun::star::sheet::TableConditionalFormat -
Method Details
|
|
Syntax
- void addNew
(
- sequence< com::sun::star::beans::PropertyValue > aConditionalEntry );
Description
adds a conditional entry to the format.
See also
- TableConditionalFormat
-
Syntax
- void removeByIndex
(
- long nIndex );
Description
removes a conditional entry from the format.
Syntax
- void clear
();
Description
clears the format.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.