Class ExcelExportDataOptions
Represents a class for exporting data options.
Inheritance
System.Object
ExcelExportDataOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ExcelExportDataOptions
Constructors
ExcelExportDataOptions()
Declaration
public ExcelExportDataOptions()
Properties
ColumnTypeDetectionRow
Gets or sets row index that is used for detecting the column Types. By default the second row from the export range is used for detecting the column types. And the default value will be exported in the data table if the cell value does not match with the column type.
Declaration
public int ColumnTypeDetectionRow { get; set; }
Property Value
Type |
---|
System.Int32 |