Search
Selection.addRows Method (Int32)
See Also
 






Adds the row with the specified index to the selection.

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

 Syntax

Java  Copy Code

public void addRows (
    int index
)

 Parameters

index

The index of the row to add.

 See Also