Search
FlowChart.TableRowResized Event
See Also
 



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

 Syntax

VB6  Copy Code
Public Event TableRowResized

 Event Data

Parameter

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

 Remarks

Users can resize the rows of a table if its AllowResizeRows property is set to true.

 See Also