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

SignatureDescription
get(index: int)RowReturns the requested item.

See Also