Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / RemoveSparkline Method
The row.
The column.


In This Topic
    RemoveSparkline Method (DefaultSparklineContainer)
    In This Topic
    Removes the sparkline at the specific position.
    Syntax
    'Declaration
     
    
    Public Function RemoveSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultSparklineContainer
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.RemoveSparkline(row, column)
    public bool RemoveSparkline( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also