Arc.OptionalNumber Property

Definition

Optional Number

Represents the following attribute in the schema: o:spt

[DocumentFormat.OpenXml.SchemaAttr(27, "spt")]
public DocumentFormat.OpenXml.Int32Value OptionalNumber { get; set; }
public DocumentFormat.OpenXml.Int32Value OptionalNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(27, "spt")]
public DocumentFormat.OpenXml.Int32Value? OptionalNumber { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("o:spt")]
public DocumentFormat.OpenXml.Int32Value? OptionalNumber { get; set; }
public DocumentFormat.OpenXml.Int32Value? OptionalNumber { get; set; }
member this.OptionalNumber : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(27, "spt")>]
member this.OptionalNumber : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("o:spt")>]
member this.OptionalNumber : DocumentFormat.OpenXml.Int32Value with get, set
Public Property OptionalNumber As Int32Value

Property Value

Returns SingleValue.

Attributes

Applies to