Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Clear Method / Clear(Int32,Int32,Int32,Int32,Boolean,Boolean) Method
An integer value indicates the row of sparkline(s).
An integer value indicates the column of sparkline(s).
An integer value indicates the row count of the cell range.
An integer value indicates the column count of the cell range.
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,Int32,Int32,Boolean,Boolean) Method
    In This Topic
    Clears the sparkline(s) in the specified cell range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount 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 rowCount As Integer
    Dim columnCount As Integer
    Dim deleting As Boolean
    Dim deleteGroup As Boolean
     
    instance.Clear(row, column, rowCount, columnCount, deleting, deleteGroup)

    Parameters

    row
    An integer value indicates the row of sparkline(s).
    column
    An integer value indicates the column of sparkline(s).
    rowCount
    An integer value indicates the row count of the cell range.
    columnCount
    An integer value indicates the column count of the cell range.
    deleting
    true if the Sparkline.DataRange should be deleted; otherwise, false.
    deleteGroup
    true if the empty sparkline group is deleted; otherwise, false.
    See Also