Constructor and Description |
---|
Rows() |
Modifier and Type | Method and Description |
---|---|
Row |
add()
Add row to collection.
|
void |
add(Row row)
Add row to cellection.
|
Row |
get_Item(int index)
Returns row.
|
int |
getCount()
The items count.
|
int |
indexOf(Row row)
Returns index of row in collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator() |
void |
remove(Row row)
Remove row from collection.
|
void |
removeAt(int index)
Remove row at position from collection.
|
void |
removeRange(int index,
int count)
Remove row set from collection.
|
void |
set_Item(int index,
Row value) |
public Row add()
Add row to collection.
public void add(Row row)
Add row to cellection.
public int indexOf(Row row)
Returns index of row in collection.
row
- The row.public void remove(Row row)
Remove row from collection.
row
- The row.public void removeAt(int index)
Remove row at position from collection.
index
- The collection index.public void removeRange(int index, int count)
Remove row set from collection.
index
- The collection index.count
- The rows count.public com.aspose.ms.System.Collections.IEnumerator iterator()
public int getCount()
The items count.
public Row get_Item(int index)
Returns row.
public void set_Item(int index, Row value)
Copyright © 2017 Aspose. All Rights Reserved.