com.aspose.cells
Class RowCollection

java.lang.Object
  extended by CollectionBase
      extended by com.aspose.cells.RowCollection
All Implemented Interfaces:
com.aspose.cells.c.b.a.a.a.c.b.e

public class RowCollection 
extends CollectionBase

Collects the objects that represent the individual rows in a worksheet.
See Also:
Row

Property Getters/Setters Summary
intgetCount()→ inherited from com.aspose.cells.CollectionBase
          
Rowget(int rowIndex)
           Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before.
 
Method Summary
intadd(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
voidclear()
           Clear all rows and cells.
booleancontains(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.lang.Objectget(int index)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
RowgetRowByIndex(int index)
           Gets the row object by the position in the list.
intindexOf(java.lang.Object value)→ inherited from com.aspose.cells.CollectionBase
          Reserved for internal use.
java.util.Iteratoriterator()→ inherited from com.aspose.cells.CollectionBase
          
voidremoveAt(int index)
           Remove the row at the specified index
 

Property Getters/Setters Detail

getCount

→ inherited from com.aspose.cells.CollectionBase
public int getCount()

get

public Row get(int rowIndex)
Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before.
See Also:
Row

Method Detail

getRowByIndex

public Row getRowByIndex(int index)
Gets the row object by the position in the list.
Parameters:
index - The position.
Returns:
The Row object at given position.

clear

public void clear()
Clear all rows and cells.

removeAt

public void removeAt(int index)
Remove the row at the specified index
Parameters:
index - zero-based row index

iterator

→ inherited from com.aspose.cells.CollectionBase
public java.util.Iterator iterator()

get

→ inherited from com.aspose.cells.CollectionBase
public java.lang.Object get(int index)
Reserved for internal use.

contains

→ inherited from com.aspose.cells.CollectionBase
public boolean contains(java.lang.Object value)
Reserved for internal use.

add

→ inherited from com.aspose.cells.CollectionBase
public int add(java.lang.Object value)
Reserved for internal use.

indexOf

→ inherited from com.aspose.cells.CollectionBase
public int indexOf(java.lang.Object value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.