get_row method

get_row

Gets the Row element at the specified cell row index.

Returns

If the row object does exist return Row object, otherwise return null.

def get_row(self, row):
    ...
ParameterTypeDescription
rowintRow index

Remarks

NOTE: This member is now obsolete. Instead, please use Cells.CheckRow(int row) method. This method will be removed 12 months later since February 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also