Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / Clear Method
The worksheet contains sparklines.


In This Topic
    Clear Method (SparklineCommand)
    In This Topic
    Creates a command that clears the (sparkline(s) | sparkline group(s)).
    Syntax
    'Declaration
     
    
    Public Shared Function Clear( _
       ByVal worksheet As IWorksheet, _
       Optional ByVal clearGroup As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim clearGroup As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.Clear(worksheet, clearGroup)

    Parameters

    worksheet
    The worksheet contains sparklines.
    clearGroup
    See Also