Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / SwitchRowColumn Method


In This Topic
    SwitchRowColumn Method (ExcelSparklineGroup)
    In This Topic
    Switches sparkline rows or columns.
    Syntax
    'Declaration
     
    
    Public Function SwitchRowColumn() As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim value As Boolean
     
    value = instance.SwitchRowColumn()
    public bool SwitchRowColumn()

    Return Value

    True if switch action is finished; otherwise, false
    See Also