IWorkbook
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DetectDateTimeInValue { get; set; }
Property DetectDateTimeInValue As Boolean
Get
Set
property bool DetectDateTimeInValue {
bool get ();
void set (bool value);
}
abstract DetectDateTimeInValue : bool with get, set
Property Value
Type:
Boolean
See Also