IndexRangeType.End-Eigenschaft
End.Represents the attribte in schema: end
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "end")> _
Public Property End As UInt32Value
Get
Set
'Usage
Dim instance As IndexRangeType
Dim value As UInt32Value
value = instance.End
instance.End = value
[SchemaAttrAttribute(, "end")]
public UInt32Value End { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute defines the end of the index range.
The possible values for this attribute are defined by the ST_Index simple type.