Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Clear Method / Clear(Int32,Int32,Boolean,Boolean) Method
An integer value indicates the row of sparkline.
An integer value indicates the column of sparkline.
true if the Sparkline.DataRange should be deleted; otherwise, false.
true if the empty sparkline group is deleted; otherwise, false.


In This Topic
    Clear(Int32,Int32,Boolean,Boolean) Method
    In This Topic
    Clear the sparkline at the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal deleting As Boolean, _
       Optional ByVal deleteGroup As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim row As Integer
    Dim column As Integer
    Dim deleting As Boolean
    Dim deleteGroup As Boolean
     
    instance.Clear(row, column, deleting, deleteGroup)
    public void Clear( 
       int row,
       int column,
       bool deleting,
       bool deleteGroup
    )

    Parameters

    row
    An integer value indicates the row of sparkline.
    column
    An integer value indicates the column of sparkline.
    deleting
    true if the Sparkline.DataRange should be deleted; otherwise, false.
    deleteGroup
    true if the empty sparkline group is deleted; otherwise, false.
    See Also