API Reference

Class

CsvDataTableOptions

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

Controls how a CsvDocument is projected into a DataTable.

Inheritance

  • Object
  • CsvDataTableOptions

Usage

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

Accepted by parameters

Constructors

public CsvDataTableOptions() #

Properties

public String TableName { get; set; } #

Gets or sets the DataTable name. Defaults to CsvData.

public CsvSchema Schema { get; set; } #

Gets or sets an explicit schema used for typed DataTable columns.

public Boolean InferSchema { get; set; } #

Gets or sets a value indicating whether schema should be inferred before creating columns.

public Int32 SchemaSampleSize { get; set; } #

Gets or sets the maximum row count inspected when InferSchema is enabled.