MarkerDesigner
IsDetectDataTypes Property
 | 
Whether detect the dataTypes when apply marker
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsDetectDataTypes { get; set; }
 
Public Property IsDetectDataTypes As Boolean
	Get
	Set
 
public:
property bool IsDetectDataTypes {
	bool get ();
	void set (bool value);
}
 
member IsDetectDataTypes : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also