Raised when the user finishes resizing a row in a table.
SyntaxVB6
Copy Code
|
|---|
| Public Event TableRowResized |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to a Table | The table whose row has been resized. |
rowIndex | [input] long | The integer index of the row. |
Dispatch ID: 112
RemarksUsers can resize the rows of a table if its AllowResizeRows property is set to true.
See Also