WebQueryConnectionIsParsePre Property |
Flag indicating whether data contained within HTML PRE tags in the web page is
parsed into columns when you import the page into a query table.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsParsePre { get; set; }
Public Property IsParsePre As Boolean
Get
Set
public:
property bool IsParsePre {
bool get ();
void set (bool value);
}
member IsParsePre : bool with get, set
Property Value
Type:
Boolean
See Also