Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / Group Method
The worksheet contains sparklines.


In This Topic
    Group Method (SparklineCommand)
    In This Topic
    Creates a command that (groups | ungroups) the sparkline(s).
    Syntax
    'Declaration
     
    
    Public Shared Function Group( _
       ByVal worksheet As IWorksheet, _
       Optional ByVal ungroup As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim ungroup As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.Group(worksheet, ungroup)

    Parameters

    worksheet
    The worksheet contains sparklines.
    ungroup
    See Also