ExternalRow.RowIndex Property

Definition

Row

Represents the following attribute in the schema: r

[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.UInt32Value RowIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value RowIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.UInt32Value? RowIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r")]
public DocumentFormat.OpenXml.UInt32Value? RowIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value? RowIndex { get; set; }
member this.RowIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "r")>]
member this.RowIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r")>]
member this.RowIndex : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property RowIndex 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.

Row number of the row in the external book containing the cell data referenced. This attribute is required.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

Applies to