WebQueryConnectionIsSameSettings Property |
Flag indicating whether to parse all tables inside a PRE block with the same width settings
as the first row.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsSameSettings { get; set; }
Public Property IsSameSettings As Boolean
Get
Set
public:
property bool IsSameSettings {
bool get ();
void set (bool value);
}
member IsSameSettings : bool with get, set
Property Value
Type:
Boolean
See Also