API Reference

Class

ObjectDataTableBuilderOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Controls how object values are projected into cells when building a DataTable.

Inheritance

  • Object
  • ObjectDataTableBuilderOptions

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 ObjectDataTableBuilderOptions() #

Properties

public Boolean NormalizeCollectionValues { get; set; } #

Gets or sets whether non-string enumerable property values are joined into one display string.

public String CollectionSeparator { get; set; } #

Gets or sets the separator used when NormalizeCollectionValues joins collection values.