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


In This Topic
    Clear Method (ExcelSparklineGroup)
    In This Topic
    Removes all items from the ICollection.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    'Usage
     
    Dim instance As ExcelSparklineGroup
     
    instance.Clear()
    public void Clear()
    Exceptions
    ExceptionDescription
    The ICollection is read-only.
    Example
    This example creates a sparkline in a cell.
    See Also