ResizeColumn Method (JTable)
Class
JTable
class
Action
Resizes the specified column.
Syntax
table
.
ResizeColumn
(
column
,
width
)
Variable
Description
column
The name or index of the column to resize. LISTITEM.
width
The new width for the column. INTEGER.
Examples
Table.ResizeColumn
("Street", 150)
Table.ResizeColumn
(3, 150)