Click or drag to resize
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.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string[] Headers { get; set; }

Property Value

Type: String
See Also