21module
com { module sun { module star { module sheet {
59 void addNew( [in] sequence< com::sun::star::beans::PropertyValue > aConditionalEntry );
provides access to the elements of a collection through an index.
Definition XIndexAccess.idl:32
provides methods to add and remove conditions of a conditional format.
Definition XSheetConditionalEntries.idl:30
void removeByIndex([in] long nIndex)
removes a conditional entry from the format.
void clear()
clears all condition entries.
void addNew([in] sequence< com::sun::star::beans::PropertyValue > aConditionalEntry)
adds a conditional entry to the format.
Definition Ambiguous.idl:20