Click or drag to resize
SpreadsheetReaderReadRecord Method
Advances the record cursor to the next record.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public override bool ReadRecord()

Return Value

Type: Boolean
Returns true if another record was found, or false if the end of the sheet was found.
See Also