[]
Groups the sparkline and sets the type of 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 | Location |
| SparklineType | type | Type |
| Type | Description |
|---|---|
| ExcelSparklineGroup | A ExcelSparklineGroupobject. |
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 | Location |
| Type | Description |
|---|---|
| ExcelSparklineGroup | A ExcelSparklineGroupobject. |