Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / Clear() Method


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