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


In This Topic
GroupSparkline(Int32,Int32) Method
In This Topic
Groups the sparkline.
Syntax
'Declaration
 
Public Overloads Sub GroupSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As Cell
Dim row As Integer
Dim column As Integer
 
instance.GroupSparkline(row, column)

Parameters

row
The row.
column
The column.
See Also