ColumnCount Property (JTable)

Class

JTable.

Action

Gets the number of columns in the table.

Syntax

'Declaration
Protected Read Property ColumnCount As Integer

Access

Read only.

Examples

Dim columnCount As Integer = table.ColumnCount