ExportTableOptions.ExportColumnName

ExportTableOptions.ExportColumnName property

Indicates whether the data in the first row are exported to the column name of the DataTable. The default value is false.

public bool ExportColumnName { get; set; }

See Also