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






Selects a range of rows in the worksheet.

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

 Syntax

Java  Copy Code

public void selectRows (
    int index,
    int count
)

 Parameters

index

The index of the first rows in the range.

count

The number of rows to select.

 See Also