| SpreadsheetReaderHeaders Property |
Returns the header values as a string array or
sets the headers to allow columns to be accessed by
name even if the current spreadsheet does not contain
column headers.
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public string[] Headers { get; set; }
Public Property Headers As String()
Get
Set
Property Value
Type:
StringSee Also