Hi,
Please tell me how to get text from a cell, either by moving to that cell [using movetocell] or by any other way…
Thank you,
Ali
Hi
Thanks for your inquiry. I think that you can use ToText method. Please see the following example:
string text = doc.FirstSection.Body.Tables[0].Rows[0].Cells[0].ToTxt();
Also see the following link for more information.
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/
Hope this helps.
Best regards.