CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader.Progress Property

This property is available in the commercial version only.

Indicates approximate percentage progress in reading the source file.

[Visual Basic]
Public ReadOnly Property Progress As Integer
[C#]
public int Progress {get;}

Remarks

Measuring progress can negatively impact on performance. In performance critical situations it may be desirable to disable the progress functionality. This can be achieved supplying an appropriate value through the enableProgress constructor parameter.

Progress is enabled by default. Should this property be disabled, it will always return zero.

This property is available in the commercial version only.

See Also

Reader Class | AldenSystems.CSVEngine Namespace