Spread for ASP.NET 12 Product Documentation
RemoveSparkline Method (DefaultSparklineContainer)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSparklineContainer Class : RemoveSparkline Method
The row.
The column.
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

Reference

DefaultSparklineContainer Class
DefaultSparklineContainer Members