[]
Groups the sparkline and sets the type of the new group.
public ExcelSparklineGroup GroupSparkline(CellRange[] location, SparklineType type)
Public Function GroupSparkline(location As CellRange(), type As SparklineType) As ExcelSparklineGroup
| Type | Name | Description |
|---|---|---|
| CellRange[] | location | The location. |
| SparklineType | type | The type. |
| Type | Description |
|---|---|
| ExcelSparklineGroup |
Groups the sparkline to the active sparkline.
public ExcelSparklineGroup GroupSparkline(CellRange[] location)
Public Function GroupSparkline(location As CellRange()) As ExcelSparklineGroup
| Type | Name | Description |
|---|---|---|
| CellRange[] | location | The location. |
| Type | Description |
|---|---|
| ExcelSparklineGroup |