FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / LoadExcelOptions Class / Transpose Property

In This Topic
    Transpose Property
    In This Topic
    Specifies whether the content should be transposed during the import operation. The default value is false.
    Syntax
    'Declaration
     
    Public Property Transpose As Boolean
    public bool Transpose {get; set;}
    Remarks
    When set to true, rows and columns will be swapped during the process.
    See Also