SelectAll Method (JTable)

Class

JTable.

Action

Selects all rows, columns, and cells in the table.

Syntax

C#
table.SelectAll()
VB
table.SelectAll()

Examples

VB

table.SelectAll()