How to get Grid Panel Child at specific column and row in cpp?

Hello, I want to get a widget which is child of GridPanel and located at x, y (Row, Column) in cpp.
But it seems that there is no Getter in this way.
How can i find them? Just searching one by one…?