UnGroupSparkline(Int32,Int32) Method
In This Topic
Ungroups the sparkline at the specified location if it is in the same group with the current cell.
Syntax
'Declaration
Public Overloads Sub UnGroupSparkline( _
ByVal As Integer, _
ByVal column As Integer _
)
'Usage
Dim instance As Cell
Dim row As Integer
Dim column As Integer
instance.UnGroupSparkline(row, column)
public void UnGroupSparkline(
int ,
int column
)
Parameters
- row
- The row.
- column
- The column.
Example
This example creates sparklines.
See Also