Aspose::Cells::Cells::GetRow method

Cells::GetRow method

Gets the Row element at the specified cell row index.

Deprecated

Use Cells.CheckRow(int row) instead.

Row Aspose::Cells::Cells::GetRow(int32_t row)
ParameterTypeDescription
rowint32_tRow index

ReturnValue

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