Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Clear Method


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