Range.CellCount

Range.CellCount property

Gets all cell count in the range.

[Obsolete("Use RowCount and ColumnCount to get total cells count instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int CellCount { get; }

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.

See Also