Shapetype.OptionalNumber Property

Optional Number.Represents the attribte in schema: o:spt

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

Syntax

'Declaration
<SchemaAttrAttribute(, "spt")> _
Public Property OptionalNumber As Int32Value
    Get
    Set
'Usage
Dim instance As Shapetype
Dim value As Int32Value

value = instance.OptionalNumber

instance.OptionalNumber = value
[SchemaAttrAttribute(, "spt")]
public Int32Value OptionalNumber { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns SingleValue.

See Also

Reference

Shapetype Class

Shapetype Members

DocumentFormat.OpenXml.Vml Namespace