Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Clear Method


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