Share via


IndexRangeType.End Property

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; }

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.

See Also

Reference

IndexRangeType Class

IndexRangeType Members

DocumentFormat.OpenXml.Presentation Namespace