Aspose::Cells::RowCollection::GetRowByIndex method

RowCollection::GetRowByIndex method

Gets the row object by the position in the list.

Row Aspose::Cells::RowCollection::GetRowByIndex(int32_t index)
ParameterTypeDescription
indexint32_tThe position.

ReturnValue

The Row object at given position.

See Also