IMarkersDesigner
IsDetectDataTypes Property
|
Gets or sets a value indicating whether data types should be detected automatically.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsDetectDataTypes { get; set; }
Property IsDetectDataTypes As Boolean
Get
Set
property bool IsDetectDataTypes {
bool get ();
void set (bool value);
}
abstract IsDetectDataTypes : bool with get, set
Property Value
Type:
Boolean
See Also