IncludeColumnsHeader Property
IncludeColumnsHeader
Determines whether to include column header as the first row when importing data.
Declaration
public bool IncludeColumnsHeader { get; set; }
Public Property IncludeColumnsHeader As Boolean
Property Value
Type |
Description |
bool |
The default value is true.
|