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


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