Aspose::Pdf::Rows::IndexOf método

Rows::IndexOf method

Devuelve el índice de la fila en la colección.

int32_t Aspose::Pdf::Rows::IndexOf(const System::SharedPtr<Row> &row)
ParámetroTipoDescripción
filaconst System::SharedPtr<Row>&La fila existente.

ReturnValue

El índice de la fila

Ver también