Sdílet prostřednictvím


WebQueryProperties.HtmlFormat Property

HTML Formatting Handling.Represents the attribte in schema: htmlFormat

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "htmlFormat")> _
Public Property HtmlFormat As EnumValue(Of HtmlFormattingValues)
    Get
    Set
'Usage
Dim instance As WebQueryProperties
Dim value As EnumValue(Of HtmlFormattingValues)

value = instance.HtmlFormat

instance.HtmlFormat = value
[SchemaAttrAttribute(, "htmlFormat")]
public EnumValue<HtmlFormattingValues> HtmlFormat { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<HtmlFormattingValues>
Returns EnumValue<T>.

See Also

Reference

WebQueryProperties Class

WebQueryProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace