API Reference

Class

CsvRecordHeader

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed
Attributes
DefaultMember("Item")

Resolved CSV header metadata for a transient-record projection.

Inheritance

  • Object
  • CsvRecordHeader

Usage

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

Accepted by parameters

Methods

public Int32 GetOrdinal(String name) #
Returns: Int32

Returns the ordinal for a column name.

Parameters

name System.String requiredposition: 0
public Boolean TryGetOrdinal(String name, out Int32 ordinal) #
Returns: Boolean

Attempts to find a column ordinal by name.

Parameters

name System.String requiredposition: 0
ordinal System.Int32@ requiredposition: 1

Properties

public Int32 Count { get; } #

Gets the number of columns.

public String this[Int32 ordinal] { get; } #

Gets a column name by ordinal.

Parameters

arg1 System.Int32 requiredposition: 0