WebQueryConnection
ParsePre Property
|
Gets or sets a value indicating whether to parse preformatted text.
When the value is set, it also marks the connection converter as changed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ParsePre { get; set; }
Public Property ParsePre As Boolean
Get
Set
public:
property bool ParsePre {
bool get ();
void set (bool value);
}
member ParsePre : bool with get, set
Property Value
Type:
Boolean
See Also