Share via


WebQueryProperties.HtmlFormat Property

Definition

HTML Formatting Handling

Represents the following attribute in the schema: htmlFormat

[DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> HtmlFormat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> HtmlFormat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("htmlFormat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>? HtmlFormat { get; set; }
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "htmlFormat")>]
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("htmlFormat")>]
member this.HtmlFormat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues> with get, set
Public Property HtmlFormat As EnumValue(Of HtmlFormattingValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to