Click or drag to resize

XlsWorkbook DetectDateTimeInValue Property

Indicates whether library should try to detect string value passed to Value (and Value2) property as DateTime. Setting this property to false can increase performance greatly for such operations especially on Framework 1.0 and 1.1. Default value is true.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DetectDateTimeInValue { get; set; }

Property Value

Type: Boolean

Implements

IWorkbook DetectDateTimeInValue
See Also