Resize Method (TableColumn)
Class
TableColumn
.
Action
Resizes a column.
Syntax
C#
tableColumn
.
Resize
(
width
)
VB
tableColumn
.
Resize
(
width
)
Variable
Description
width
The new width of the column, in pixels.
Integer
.