Search
Selection.SelectRows Method (Int32)
See Also
 






Selects the row with the specified index.

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

 Syntax

C#  Copy Code

public void SelectRows (
    int index
)

Visual Basic  Copy Code

Public Sub SelectRows( _
    index As Integer _
)

 Parameters

index

The index of the row to select.

 See Also