Search
IConditionalFormatCollection.remove Method
See Also
 






Removes the specified conditional format from the collection.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

void remove (
    IConditionalFormat format
)

 Parameters

format

The conditional format to remove.

 See Also