WebQueryConnection
Xl2000 Property
|
Gets or sets the value indicating whether the web_xl2000 property of the connConvert object is set to true or false.
Setting this property to true or false will also set the ischanged property of the connConvert object to true.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Xl2000 { get; set; }
Public Property Xl2000 As Boolean
Get
Set
public:
property bool Xl2000 {
bool get ();
void set (bool value);
}
member Xl2000 : bool with get, set
Property Value
Type:
Boolean
See Also