WebPublishing.UseVml Property

VML in Browsers.Represents the attribte in schema: vml

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

Syntax

'Declaration
<SchemaAttrAttribute(, "vml")> _
Public Property UseVml As BooleanValue
    Get
    Set
'Usage
Dim instance As WebPublishing
Dim value As BooleanValue

value = instance.UseVml

instance.UseVml = value
[SchemaAttrAttribute(, "vml")]
public BooleanValue UseVml { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WebPublishing Class

WebPublishing Members

DocumentFormat.OpenXml.Spreadsheet Namespace