Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / GroupSparkline Method / GroupSparkline(CellRange) Method
The cell range.


In This Topic
GroupSparkline(CellRange) Method
In This Topic
Groups the sparkline.
Syntax
'Declaration
 
Public Overloads Sub GroupSparkline( _
   ByVal cellRange As CellRange _
) 
 
'Usage
 
Dim instance As Cell
Dim cellRange As CellRange
 
instance.GroupSparkline(cellRange)

Parameters

cellRange
The cell range.
See Also