The problem is that i don't know how many row are there ?

Can i do this once i have know the total of row?
Code:
my2DArrayOfString[0].push_back("Test");
Thanks.