Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveSparkline Method
The row.
The column.


In This Topic
    RemoveSparkline Method
    In This Topic
    Removes the sparkline of the specified cell.
    Syntax
    'Declaration
     
    Public Sub RemoveSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
     
    instance.RemoveSparkline(row, column)
    public void RemoveSparkline( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also