FormControlProperties.NoThreeD2 Property
noThreeD2.Represents the attribte in schema: noThreeD2
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "noThreeD2")> _
Public Property NoThreeD2 As BooleanValue
Get
Set
'Uso
Dim instance As FormControlProperties
Dim value As BooleanValue
value = instance.NoThreeD2
instance.NoThreeD2 = value
[SchemaAttrAttribute(, "noThreeD2")]
public BooleanValue NoThreeD2 { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue