Cells.GetRow

Cells.GetRow method

Gets the Row element at the specified cell row index.

[Obsolete("Use Cells.CheckRow(int row) instead.")]
public Row GetRow(int row)
ParameterTypeDescription
rowInt32Row index

Return Value

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

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