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

In This Topic
    SheetColumnHeaderRowIndex Property
    In This Topic
    Specifies 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.
    Syntax
    'Declaration
     
    Public Property SheetColumnHeaderRowIndex As Integer
    public int SheetColumnHeaderRowIndex {get; set;}
    See Also