[]
Groups the sparkline.
public void GroupSparkline(int row, int column)
Public Sub GroupSparkline(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
Groups the sparkline.
public void GroupSparkline(CellRange cellRange)
Public Sub GroupSparkline(cellRange As CellRange)
| Type | Name | Description |
|---|---|---|
| CellRange | cellRange | The cell range. |
Groups the sparkline.
public void GroupSparkline(Cell cell)
Public Sub GroupSparkline(cell As Cell)
| Type | Name | Description |
|---|---|---|
| Cell | cell | The cell. |