WorksheetDataBinding.RowCount Property
Gets the number of rows occupied by the cell range associated with a data source.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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