Class ToCollectionRangeOptions
Settings for the ToCollection method. ToCollection<T>()
Inherited Members
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ToCollectionRangeOptions : ToCollectionOptions
Constructors
ToCollectionRangeOptions()
Constructor
Declaration
public ToCollectionRangeOptions()
Properties
DataIsTransposed
If the data is transposed or not
Declaration
public bool DataIsTransposed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
DataStartRow
The data start row in the range. A null value means the data rows starts direcly after the header row.
Declaration
public int? DataStartRow { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Default
A ToCollectionRangeOptions with default values.
Declaration
public static ToCollectionRangeOptions Default { get; }
Property Value
| Type | Description |
|---|---|
| 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
Declaration
public int? HeaderRow { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |