Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / UnGroupSparkline Method / UnGroupSparkline(Int32,Int32) Method
The row.
The column.


In This Topic
UnGroupSparkline(Int32,Int32) Method
In This Topic
Ungroups the sparkline at the specified location if it is in the same group with the current cell.
Syntax
'Declaration
 
Public Overloads Sub UnGroupSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As Cell
Dim row As Integer
Dim column As Integer
 
instance.UnGroupSparkline(row, column)

Parameters

row
The row.
column
The column.
See Also