ExternalRow.RowIndex Property
Row.Represents the attribte in schema: r
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property RowIndex As UInt32Value
Get
Set
'Usage
Dim instance As ExternalRow
Dim value As UInt32Value
value = instance.RowIndex
instance.RowIndex = value
[SchemaAttrAttribute(, "r")]
public UInt32Value RowIndex { 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.
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.