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; }
Public Property DetectDateTimeInValue As Boolean
Get
Set
public:
virtual property bool DetectDateTimeInValue {
bool get () sealed;
void set (bool value) sealed;
}
abstract DetectDateTimeInValue : bool with get, set
override DetectDateTimeInValue : bool with get, set
Property Value
Type:
Boolean
Implements
IWorkbook
DetectDateTimeInValue
See Also