count property

TextColumnCollection.count property

Gets the number of columns in the section of a document.

@property
def count(self) -> int:
    ...

See Also