RowCount Property (JTable)

Class

JTable.

Action

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

Syntax

C#
protected Integer RowCount { get; }
VB
'Declaration
Protected Read Property RowCount As Integer

Access

Read only.

Examples

VB

Dim rowCount As Integer = table.RowCount