Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetSwapRowColumnStatus Method
The chart.


In This Topic
    GetSwapRowColumnStatus Method
    In This Topic
    Gets the swapped row and column status.
    Syntax
    'Declaration
     
    
    Public Function GetSwapRowColumnStatus( _
       ByVal chart As SpreadChart _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim value As Boolean
     
    value = instance.GetSwapRowColumnStatus(chart)
    public bool GetSwapRowColumnStatus( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.

    Return Value

    true if the chart has switched the row and column; otherwise, false.
    See Also