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


In This Topic
    LoadExcelOptions Class Members
    In This Topic

    The following tables list the members exposed by LoadExcelOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the maximum allowable width for the columns.  
    Public PropertyGets or sets the minimum allowable width for the columns.  
    Public PropertySpecifies whether to freeze rows and columns in the grid after importing. The default value is true.  
    Public PropertyGets or sets a callback that is invoked after the Excel data has been parsed.  
    Public PropertyGets or sets the width that overrides the default Excel column width.  
    Public PropertyGets or sets the height that overrides the default Excel row height.  
    Public PropertyGets or sets the maximum allowable height for the rows.  
    Public PropertyGets or sets the minimum allowable height for the rows.  
    Public PropertyRepresents the range of cells to be processed and loaded into the grid.  
    Public PropertySpecifies the Excel sheet's row index for the column headers. The default value is 0, which means the loaded Excel sheet's first row represents the column headers.  
    Public PropertySpecifies the Excel sheet's column index for the row headers. The default value is -1, which means the loaded Excel sheet does not have row headers.  
    Public PropertySpecifies whether the content should be transposed during the import operation. The default value is false.  
    Public PropertySet 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.  
    Public PropertySpecifies whether only visible rows and columns should be loaded.
    The default value is false.  
    Top
    See Also