 | WebQueryPropertiesHtmlFormat Property |
HTML Formatting Handling
Represents the following attribute in the schema: htmlFormat
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic EnumValue<HtmlFormattingValues>? HtmlFormat { get; set; }
Public Property HtmlFormat As EnumValue(Of HtmlFormattingValues)
Get
Set
public:
property EnumValue<HtmlFormattingValues>^ HtmlFormat {
EnumValue<HtmlFormattingValues>^ get ();
void set (EnumValue<HtmlFormattingValues>^ value);
}
member HtmlFormat : EnumValue<HtmlFormattingValues> with get, set
Property Value
EnumValueHtmlFormattingValues
See Also