API Reference

Struct

CsvProgress

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Base ValueType
Modifiers sealed

Describes CSV read progress reported while records are emitted.

Inheritance

  • ValueType
  • CsvProgress

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public CsvProgress(Int64 recordsRead, Int32 lineNumber) #

Initializes a new progress snapshot.

Parameters

recordsRead System.Int64 requiredposition: 0
lineNumber System.Int32 requiredposition: 1

Properties

public Int64 RecordsRead { get; } #

Gets the number of emitted records.

public Int32 LineNumber { get; } #

Gets the current physical line number.