RoundRectangle.OptionalNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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