RowCount Property (JTable)

Class

JTable.

Action

Gets the number of rows that can be shown in the table.

Syntax

'Declaration
Protected Read Property RowCount As Integer

Access

Read only.

Examples

Dim rowCount As Integer = table.RowCount