get_first_data_row method
get_first_data_row(self, column)
Gets the first row index of cell which contains data in the specified column.
Returns
first row index.
def get_first_data_row(self, column):
...
| Parameter | Type | Description |
|---|---|---|
| column | int | Column index. |
See Also
- module
aspose.cells - class
Cells