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