Spread Windows Forms 12.0 Product Documentation
RemoveSparkline Method (ISparklineContainer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ISparklineContainer Interface : RemoveSparkline Method
The row.
The column.
Removes the sparkline.
Syntax
'Declaration
 
Function RemoveSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As ISparklineContainer
Dim row As Integer
Dim column As Integer
Dim value As Boolean
 
value = instance.RemoveSparkline(row, column)
bool RemoveSparkline( 
   int row,
   int column
)

Parameters

row
The row.
column
The column.
See Also

Reference

ISparklineContainer Interface
ISparklineContainer Members