Row.RowIndex Property

Row Index.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 Row
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.

See Also

Reference

Row Class

Row Members

DocumentFormat.OpenXml.Spreadsheet Namespace