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; }
Public Property ExportColumnNames As Boolean
Get
Set
public:
property bool ExportColumnNames {
bool get ();
void set (bool value);
}
member ExportColumnNames : bool with get, set
Property Value
Type:
Boolean
See Also