UnGroupSparkline(CellRange) Method
In This Topic
Ungroups the group sparkline.
Syntax
'Declaration
Public Overloads Sub UnGroupSparkline( _
ByVal As CellRange _
)
'Usage
Dim instance As Cell
Dim cellRange As CellRange
instance.UnGroupSparkline(cellRange)
public void UnGroupSparkline(
CellRange
)
Parameters
- cellRange
- The cell range.
See Also