 | 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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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