ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Transpose Method

In This Topic
    Transpose Method (C1FlexPivotGrid)
    In This Topic
    Reflects grid over its main diagonal.
    Syntax
    'Declaration
     
    Public Sub Transpose() 
    public void Transpose()
    Remarks
    The Transpose method also removes sorting and filtering for every columns.
    See Also