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