I have observed that you have inquired similar question in another thread as well. I have seen attached presentation and have found tables and autoshape objects in it. You need to set alternative text property for every shape and for that you need to keep track as well in your code. Using Alternative text property is actually giving name to shape so that you may find and access that. Once that is accessed, you can then add or update the text inside that respectively. Please visit the below documentation section links for working with table and text frames.
I am hopeful the information will be helpful to you.
1. Under the Name, It is a table consists of three rows, but some times, it might be five or more rows also… Then I tried to clone the rows using InsertClone(), but the problem is its overriding the below table. How to overcome that ?
2. Under the description, if the text field contains description with more number of words then it is overwriting below table. How to overcome that?