| SpreadsheetReaderReadRecord Method |
Advances the record cursor to the next record.
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public override bool ReadRecord()
Public Overrides Function ReadRecord As Boolean
Return Value
Type:
Boolean
Returns true if another record was found, or false if the
end of the sheet was found.
See Also