get_row_by_index method
get_row_by_index(self, index)
Gets the row object by the position in the list.
Returns
The Row object at given position.
def get_row_by_index(self, index):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | The position. | 
See Also
- module aspose.cells
- class Row
- class RowCollection