Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Int32

Implements

ICombinedRange..::..CellsCount

See Also