Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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