SparklineGroups.Group Method (Excel)
Groups the selected sparklines.
Version Information
Version Added: Excel 2010
Syntax
expression .Group(Location)
expression A variable that represents a SparklineGroups object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Location |
Required |
The location of the first cell in the group. |
Return Value
Nothing
Example
This example selects the range A1:A4 and groups the sparklines in that range.
Range("A1:A4").Select
Selection.SparklineGroups.Group Location:=Range("A1")