Group Method
Group(IRange)
Groups the selected sparklines.
Declaration
void Group(IRange Location = null)
Sub Group(Optional Location As IRange = Nothing)
Parameters
Type |
Name |
Description |
IRange |
Location |
The range the sparkline group is based on. If it is null (Nothing in Visual Basic), it is based on the first sparkline in groups.
|