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

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