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)
| Parameter | Type | Description |
|---|---|---|
| row | const System::SharedPtr<Row>& | The existing row. |
ReturnValue
The row index
See Also
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++