Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetDataBinding.RowCount Property

Gets the number of rows occupied by the cell range associated with a data source.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int RowCount { get; }

Property Value

Type Description
Int32

An integer value that is the number of rows in the cell range associated with a data source.

See Also