Aspose::Pdf::Rows::IndexOf method

Rows::IndexOf method

Returns index of row in collection.

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

ReturnValue

The row index

See Also