XlNumberFormat.IsDateTime Property
Gets a value indicating whether the current XlNumberFormat is a date and time format.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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