Search
FlowChart.TableColumnResized Event
See Also
 



Raised when the user finishes resizing a column in a table.

 Syntax

VB6  Copy Code
Public Event TableColumnResized

 Event Data

Parameter

Type

Description

table

[input] reference to a Table

The table whose column has been resized.

columnIndex

[input] long

The integer index of the column.

Dispatch ID: 113

 Remarks

Users can resize the columns of a table if its AllowResizeColumns property is set to true.

 See Also