Search
RowCollection.get Method (Int32)
See Also
 






Gets the row at the specified index.

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

 Syntax

Java  Copy Code

public Row get (
    int index
)

 Parameters

index

The zero-based index of the row to get.

 Return Value

A Row object identifying the row at the specified position.

 See Also