Aspose::Cells::Cells::CheckRow method

Cells::CheckRow method

Gets the Row element or null at the specified cell row index.

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

ReturnValue

Returns Row object If the row object does exist, otherwise returns null.

See Also