XlsRangesCollection
CellsCount Property
|
Number of cells in the range. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CellsCount { get; }
Public ReadOnly Property CellsCount As Integer
Get
public:
virtual property int CellsCount {
int get () sealed;
}
abstract CellsCount : int with get
override CellsCount : int with get
Property Value
Type:
Int32
Implements
ICombinedRange
CellsCount
See Also