How to read column information in Word and Word's table

Dear, I have a question to read column layout info in table and in document. like this

is there any python sample code for this? Thanks.

@ZZZ21321 In both Word documents and in the Aspose.Words Document Object Model, there is no concept of a column. Rows in MS Word tables are completely independent and can contain any number of cells. Please see our documentation to learn more:
https://docs.aspose.com/words/python-net/working-with-columns-and-rows/#working-with-columns

If you need to get information about text columns in your documents, you can use TextColumn class.