API Reference

Class

CsvSchemaBuilder

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

Fluent builder used to create CsvSchema instances.

Inheritance

  • Object
  • CsvSchemaBuilder

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

Accepted by parameters

Constructors

public CsvSchemaBuilder() #

Methods

public CsvSchema Build() #
Returns: CsvSchema

Builds an immutable CSV schema from the configured columns.

Returns

The configured CSV schema.

public CsvColumnBuilder Column(String name) #
Returns: CsvColumnBuilder

Defines a column with the given name.

Parameters

name System.String requiredposition: 0