IndexRangeType.End Property

Definition

End

Represents the following attribute in the schema: end

[DocumentFormat.OpenXml.SchemaAttr(0, "end")]
public DocumentFormat.OpenXml.UInt32Value End { get; set; }
public DocumentFormat.OpenXml.UInt32Value End { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "end")]
public DocumentFormat.OpenXml.UInt32Value? End { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("end")]
public DocumentFormat.OpenXml.UInt32Value? End { get; set; }
public DocumentFormat.OpenXml.UInt32Value? End { get; set; }
member this.End : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "end")>]
member this.End : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("end")>]
member this.End : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property End As UInt32Value

Property Value

Returns UInt32Value.

Attributes

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.

Applies to