Search
Selection.selectRows Method (Int32)
See Also
 






Selects the row with the specified index.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void selectRows (
    int index
)

 Parameters

index

The index of the row to select.

 See Also