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





Gets a RowRange object that can be used to manipulate the rows in the specified range.

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

 Syntax

C#  Copy Code

public RowRange Item [
    int top,
    int bottom
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    top As Integer, _
    bottom As Integer _
) As RowRange

 Parameters

top

The zero-based index of the top row in the range.

bottom

The zero-based index of the bottom row in the range.

 Property Value

A RowRange object that can be used to manipulate the rows in the range.

 See Also

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