FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / Transpose Method

In This Topic
    Transpose Method (C1FlexGridClassic)
    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