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

In This Topic
    UseDefaultRowColumnSizes Property
    In This Topic
    Set to true to use the default row height and column width from the Excel sheet when row or column sizes are not specified. The default value is false, and the grid will automatically size rows/columns with undefined dimensions.
    Syntax
    'Declaration
     
    Public Property UseDefaultRowColumnSizes As Boolean
    public bool UseDefaultRowColumnSizes {get; set;}
    Remarks
    The UseDefaultRowColumnSizes property allows using the default row height and column width defined in the sheet when specific sizes are not provided.
    See Also