XlWebFormatting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how much formatting from a Web page, if any, is applied when a Web page is imported into a query table.
public enum class XlWebFormatting
public enum XlWebFormatting
Public Enum XlWebFormatting
- Inheritance
-
XlWebFormatting
Fields
Name | Value | Description |
---|---|---|
xlWebFormattingAll | 1 | All formatting is imported. |
xlWebFormattingRTF | 2 | Rich Text Format compatible formatting is imported. |
xlWebFormattingNone | 3 | No formatting is imported. |