Compartir a través de


Undo.Reference3D Property

Reference 3D.Represents the attribte in schema: ref3D

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

Syntax

'Declaración
<SchemaAttrAttribute(, "ref3D")> _
Public Property Reference3D As BooleanValue
    Get
    Set
'Uso
Dim instance As Undo
Dim value As BooleanValue

value = instance.Reference3D

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Undo Class

Undo Members

DocumentFormat.OpenXml.Spreadsheet Namespace