Class ExcelExportDataOptions
Represents a class for exporting data options.
Inheritance
System.Object
ExcelExportDataOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class ExcelExportDataOptions : Object
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 |