Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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 Function SwitchRowColumn() As Boolean
    'Usage
     
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.SwitchRowColumn()
    public bool SwitchRowColumn()

    Return Value

    If the switching process is successful, returns true; otherwise, returns false.
    See Also