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


In This Topic
    SwitchRowColumn Method (SparklineCommand)
    In This Topic
    Creates a command that switch display by row or column for current active sparkline group.
    Syntax
    'Declaration
     
    
    Public Shared Function SwitchRowColumn( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim value As SparklineCommand
     
    value = SparklineCommand.SwitchRowColumn(worksheet, references)
    public static SparklineCommand SwitchRowColumn( 
       IWorksheet worksheet,
       Reference[] references
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    references
    The locations of sparklines.
    See Also