SparklineGroups.Group(Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Groups the selected sparklines.
public:
void Group(Microsoft::Office::Interop::Excel::Range ^ Location);
public void Group (Microsoft.Office.Interop.Excel.Range Location);
Public Sub Group (Location As Range)
Parameters
- Location
- Range
The location of the first cell in the group.