RowCount プロパティ (JTable)

クラス

JTable.

処理

[読み取り専用] テーブルに表示することのできる行の数。

構文

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

アクセス

読み取り専用。

VB

Dim rowCount As Integer = table.RowCount