[]
Ungroups the sparkline at the specified location if it is in the same group with the current cell.
public void UnGroupSparkline(int row, int column)
Public Sub UnGroupSparkline(row As Integer, column As Integer)
Ungroups the group sparkline.
public void UnGroupSparkline(CellRange cellRange)
Public Sub UnGroupSparkline(cellRange As CellRange)
Type | Name | Description |
---|---|---|
CellRange | cellRange | The cell range. |
Ungroups the group sparkline.
public void UnGroupSparkline(Cell cell)
Public Sub UnGroupSparkline(cell As Cell)
Type | Name | Description |
---|---|---|
Cell | cell | The cell. |