'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
.