cell_count property

cell_count property

Gets all cell count in the range.

Remarks

NOTE: This property is now obsolete. Instead, please use RowCount and ColumnCount to get total cells count. This property will be removed 12 months later since February 2021. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def cell_count(self):
    ...

See Also