Search
Selection.SelectRows Method (Int32, Int32)
See Also
 






Selects a range of rows in the worksheet.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 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