How to draw the content from a given cell in a table?

Hi, Support:

Could you help to draw the content from a given cell in a table?
For example:
There is a table in a document with 3 rows and 5 columns, and I want to draw the content of Cell(2,4) out, how to get the right value of the cell?

Thank for your help!
ducaisoft

@ducaisoft

Could you please share some more detail about ‘draw the content’? Please also ZIP and attach your input and expected output documents. We will then provide you more information about your query.

Thanks for your response, I have work it out by using :
Dim CellContent As String = Table.Rows(RowIndex).Cells(ColIndex).FirstParagraph.Range.Text

@ducaisoft

It is nice to hear from you that your problem has been solved. Please let us know if you have any more queries.