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






Adds a range of rows to the selection.

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

 Syntax

Java  Copy Code

public void addRows (
    int index,
    int count
)

 Parameters

index

The index of the first rows in the range.

count

The number of rows to add.

 See Also