Share via


IndexRangeType.Start Property

Definition

Start

Represents the following attribute in the schema: st

[DocumentFormat.OpenXml.SchemaAttr(0, "st")]
public DocumentFormat.OpenXml.UInt32Value Start { get; set; }
public DocumentFormat.OpenXml.UInt32Value Start { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "st")]
public DocumentFormat.OpenXml.UInt32Value? Start { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("st")]
public DocumentFormat.OpenXml.UInt32Value? Start { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Start { get; set; }
member this.Start : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "st")>]
member this.Start : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("st")>]
member this.Start : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Start 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 start of the index range.

The possible values for this attribute are defined by the ST_Index simple type.

Applies to