WorksheetDisplayArea.GetRowCount(String) Method
Returns the number of visible rows in the specified worksheet.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v25.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| worksheetName | String | A string value specifying the worksheet name in the worksheet collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer that represents the number of rows currently visible in a worksheet. |
See Also