Skip to main content

WorksheetDisplayArea.GetRowCount(Int32) Method

Returns the number of visible rows in the specified worksheet.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public int GetRowCount(
    int worksheetIndex
)

Parameters

Name Type Description
worksheetIndex Int32

An integer that is the zero-based index of the worksheet in the worksheet collection.

Returns

Type Description
Int32

An integer that represents the number of rows currently visible in a worksheet.

See Also