Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroups Interface / Group Method / Group(String) Method
The location of the first cell in the group.


In This Topic
    Group(String) Method
    In This Topic
    Groups the selected sparklines.
    Syntax
    'Declaration
     
    
    Overloads Function Group( _
       ByVal location As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISparklineGroups
    Dim location As String
    Dim value As Boolean
     
    value = instance.Group(location)
    bool Group( 
       string location
    )

    Parameters

    location
    The location of the first cell in the group.

    Return Value

    true if sparklines are groupped successful; otherwise, false.
    See Also