Class GridRowCollection
GridRowCollection class
Encapsulates a collection of GridRow objects.
public class GridRowCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the size of enumerator |
| Item { get; } | Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Gets the rows enumerator |
| GetRowByIndex(int) | Gets the row object by the position in the list. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb