MindFusion.Wpf Pack Programmer's Guide
RowCollection.Item Property (Int32)
See Also
 





Gets the row at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Row Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As Row

 Parameters

index

The zero-based index of the row to get.

 Property Value

A Row object identifying the row at the specified position.

 See Also

Item Property Overload List
RowCollection Members
RowCollection Class
MindFusion.Spreadsheet.Wpf Namespace