Groups the sparkline.
Syntax
'Declaration
Public Overloads Sub GroupSparkline( _
ByVal As Integer, _
ByVal column As Integer _
)
'Usage
Dim instance As Cell
Dim row As Integer
Dim column As Integer
instance.GroupSparkline(row, column)
public void GroupSparkline(
int ,
int column
)
Parameters
- row
- The row.
- column
- The column.
See Also