WebQueryConnectionIsXl2000 Property |
This flag exists for backward compatibility with older existing spreadsheet files, and is set
to true if this web query was refreshed in a spreadsheet application newer than or equal
to Microsoft Excel 2000.
This is an optional attribute that can be ignored.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsXl2000 { get; set; }
Public Property IsXl2000 As Boolean
Get
Set
public:
property bool IsXl2000 {
bool get ();
void set (bool value);
}
member IsXl2000 : bool with get, set
Property Value
Type:
Boolean
See Also