IndexRangeType.End Property
End.Represents the attribte in schema: end
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "end")> _
Public Property End As UInt32Value
Get
Set
用法
Dim instance As IndexRangeType
Dim value As UInt32Value
value = instance.End
instance.End = value
[SchemaAttrAttribute(, "end")]
public UInt32Value End { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.
Remarks
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.