Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormatting Class / Clear Method


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