Aspose::Pdf::Rows::IndexOf method

Rows::IndexOf method

Returns index of row in collection.

int32_t Aspose::Pdf::Rows::IndexOf(const System::SharedPtr<Row> &row)
ParameterTypeDescription
rowconst System::SharedPtr<Row>&The existing row.

ReturnValue

The row index

See Also