Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroups Interface / Group Method / Group(Int32,Int32) Method
The row of the first cell in the group.
The column of the first cell in the group.


In This Topic
Group(Int32,Int32) Method
In This Topic
Groups the selected sparklines.
Syntax
'Declaration
 
Overloads Function Group( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As ISparklineGroups
Dim row As Integer
Dim column As Integer
Dim value As Boolean
 
value = instance.Group(row, column)

Parameters

row
The row of the first cell in the group.
column
The column of the first cell in the group.

Return Value

true if sparklines are groupped successful; otherwise, false.
See Also