Table of Contents

Class ToCollectionRangeOptions

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Settings for the ToCollection method. ToCollection<T>()

public class ToCollectionRangeOptions : ToCollectionOptions
Inheritance
ToCollectionRangeOptions
Inherited Members

Constructors

ToCollectionRangeOptions()

Constructor

public ToCollectionRangeOptions()

Properties

DataIsTransposed

If the data is transposed or not

public bool DataIsTransposed { get; set; }

Property Value

bool

DataStartRow

The data start row in the range. A null value means the data rows starts direcly after the header row.

public int? DataStartRow { get; set; }

Property Value

int?

Default

A ToCollectionRangeOptions with default values.

public static ToCollectionRangeOptions Default { get; }

Property Value

ToCollectionRangeOptions

HeaderRow

0-based index of the Header row in the range, if applicable. A null value means there is no header row. See also: SetCustomHeaders(params string[]) DataStartRow

public int? HeaderRow { get; set; }

Property Value

int?