[]
        
(Showing Draft Content)

C1.WPF.Grid.LoadExcelOptions.UseDefaultRowColumnSizes

UseDefaultRowColumnSizes Property

UseDefaultRowColumnSizes

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.

Declaration
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.