How to get the cell�s horizontal alignment?

How to get the cell’s horizontal alignment?
CellFormat has VerticalAlignment but doesn’t have HorizontalAlignment.
Regards

Hi
Thanks for your request. Table cell cannot have horizontal alignment because it can contain few paragraphs each of which has different alignment. Therefore, you should use ParagraphFormat.Alignment. Please see Aspose.Words document object model form more information.
https://docs.aspose.com/words/net/aspose-words-document-object-model/
Best regards.