Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / Clear() Method


Clear() Method
Removes all items from the ICollection object.
Syntax
'Declaration
 
Public Sub Clear() 
 
'Usage
 
Dim instance As ConditionalFormatting
 
instance.Clear()
Exceptions
ExceptionDescription
The ICollection object is read-only.
See Also