[]
Groups the sparkline.
public void GroupSparkline(int row, int column)
Public Sub GroupSparkline(row As Integer, column As Integer)
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. |