Table.Apply Property
apply.Represents the attribte in schema: apply
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "apply")> _
Public Property Apply As EnumValue(Of TableApplyValues)
Get
Set
'Usage
Dim instance As Table
Dim value As EnumValue(Of TableApplyValues)
value = instance.Apply
instance.Apply = value
[SchemaAttrAttribute(, "apply")]
public EnumValue<TableApplyValues> Apply { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TableApplyValues>