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


In This Topic
    SwitchRowColumn Method (SpreadChart)
    In This Topic
    Switches the row and column of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable Function SwitchRowColumn() As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.SwitchRowColumn()
    public virtual bool SwitchRowColumn()

    Return Value

    If the switching process is successful, return true. Otherwise, return false.
    See Also