java.lang.Object
com.aspose.cells.RowCollection
public class RowCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the number of rows in this collection. | ||
Row | get(int) | |
| 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 | ||
|---|---|---|
void | clear() | |
| Clear all rows and cells. | ||
Row | getRowByIndex(int index) | |
| Gets the row object by the position in the list. | ||
java.util.Iterator | iterator() | |
| Gets an enumerator that iterates through this collection | ||
void | removeAt(int index) | |
| Remove the row at the specified index | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public Row get(int rowIndex) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
getRowByIndex | |
public Row getRowByIndex(int index) | |
index - The position.clear | |
public void clear() | |
removeAt | |
public void removeAt(int index) | |
index - zero-based row index