RowCollection
Overview
RowCollection is a class in Aspose.Cells FOSS for Java.
Represents a collection of rows in a worksheet.
This class provides 1 method for working with RowCollection objects in Java programs.
Available methods include: get.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Methods
| Signature | Description |
|---|---|
get(index: int) → Row | Returns the requested item. |