Click or drag to resize

ExportTableOptions ExportColumnNames Property

Gets or sets whether to export column names. If true, the exported DataTable will include column names from the Excel file. If false, the exported DataTable will use default column names (e.g., Column1, Column2).

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ExportColumnNames { get; set; }

Property Value

Type: Boolean
See Also