Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISparklineGroups Interface / Group Method
The range the sparkline group is based on. If it is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic), it is based on the first sparkline in groups.
In This Topic
    Group Method (ISparklineGroups)
    In This Topic
    Groups the selected sparklines.
    Syntax
    void Group( 
       IRange Location
    )

    Parameters

    Location
    The range the sparkline group is based on. If it is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic), it is based on the first sparkline in groups.
    See Also