Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class Rows

java.lang.Object
  extended by com.aspose.cells.Rows

public class Rows
extends java.lang.Object

Encapsulates a collection of Row objects.


Method Summary
 Row getRow(int rowIndex)
          Gets the row at the specified row index.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRow

public Row getRow(int rowIndex)
Gets the row at the specified row index.

Parameters:
rowIndex - row index.
Returns:
the row object.
Throws:
java.lang.IllegalArgumentException - if index is out of range.
CellsException - if the worksheet has been removed from the workbook.