DiagramChooseIf.Start Property
Start.Represents the attribte in schema: st
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "st")> _
Public Property Start As ListValue(Of Int32Value)
Get
Set
'Usage
Dim instance As DiagramChooseIf
Dim value As ListValue(Of Int32Value)
value = instance.Start
instance.Start = value
[SchemaAttrAttribute(, "st")]
public ListValue<Int32Value> Start { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ListValue<Int32Value>