Skip to main content

ColumnDataTypeCollection.Clear() Method

Removes all data format settings applied to the imported columns.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public void Clear()

Remarks

Using the Clear method resets all column data formats in the imported document to the ColumnDataType.General value.

See Also