Raised when the user finishes resizing a column in a table.
SyntaxVB6
Copy Code
|
|---|
| Public Event TableColumnResized |
Event DataParameter | 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
RemarksUsers can resize the columns of a table if its AllowResizeColumns property is set to true.
See Also