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

In This Topic
    FreezeRowsAndColumns Property
    In This Topic
    Specifies whether to freeze rows and columns in the grid after importing. The default value is true.
    Syntax
    'Declaration
     
    Public Property FreezeRowsAndColumns As Boolean
    public bool FreezeRowsAndColumns {get; set;}
    See Also