_QueryTable.WebFormatting 属性

定义

返回或设置一个值,该值确定向查询表中导入网页时网页中应用了多少格式设置(如果有)。 读/写 XlWebFormatting

public:
 property Microsoft::Office::Interop::Excel::XlWebFormatting WebFormatting { Microsoft::Office::Interop::Excel::XlWebFormatting get(); void set(Microsoft::Office::Interop::Excel::XlWebFormatting value); };
public Microsoft.Office.Interop.Excel.XlWebFormatting WebFormatting { get; set; }
Public Property WebFormatting As XlWebFormatting

属性值

注解

仅当查询表的 QueryType 属性设置为 xlWebQuery 并且查询返回 HTML 文档时,才使用此属性。

适用于