Search
RowCollection.get Method (Int32, Int32)
See Also
 






Gets a RowRange object that can be used to manipulate the rows in the specified range.

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

 Syntax

Java  Copy Code

public RowRange get (
    int top,
    int bottom
)

 Parameters

top

The zero-based index of the top row in the range.

bottom

The zero-based index of the bottom row in the range.

 Return Value

A RowRange object that can be used to manipulate the rows in the range.

 See Also