MindFusion.Wpf Pack Programmer's Guide
Selection.SelectRows Method (Int32, Int32)
See Also
 





Selects a range of rows in the worksheet.

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

 Syntax

C#  Copy Code

public void SelectRows (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub SelectRows( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

The index of the first rows in the range.

count

The number of rows to select.

 See Also

SelectRows Method Overload List
Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace