Click or drag to resize
SpreadsheetReaderCurrentRecord Property
Gets or sets the current record the reader is on for reading records in a loop using ReadRecord.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public ulong CurrentRecord { get; set; }

Property Value

Type: UInt64
See Also