Skip to main content

XlNumberFormat.IsDateTime Property

Gets a value indicating whether the current XlNumberFormat is a date and time format.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsDateTime { get; }

Property Value

Type Description
Boolean

true, if the XlNumberFormat is used to format a date and time value in a cell; otherwise, false.

See Also