Show / Hide Table of Contents

Class ToCollectionRangeOptions

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

Inheritance
object
ToCollectionOptions
ToCollectionRangeOptions
Inherited Members
ToCollectionOptions.SetCustomHeaders(params string[])
ToCollectionOptions.ConversionFailureStrategy
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX