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