Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Clear Method / Clear(Int32,Int32) Method
An integer value indicates the row of sparkline.
An integer value indicates the column of sparkline.


In This Topic
    Clear(Int32,Int32) 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 _
    ) 
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim row As Integer
    Dim column As Integer
     
    instance.Clear(row, column)
    public void Clear( 
       int row,
       int column
    )

    Parameters

    row
    An integer value indicates the row of sparkline.
    column
    An integer value indicates the column of sparkline.
    See Also