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