Table.Uniform Property
Word Developer Reference |
True if all the rows in a table have the same number of columns. Read-only Boolean.
Syntax
expression.Uniform
expression An expression that returns a Table object.
Example
This example creates a table that contains a split cell and then displays a message box that confirms that the table doesn't have the same number of columns for each row.
Visual Basic for Applications |
---|
|
This example determines whether the table that contains the selection has the same number of columns for each row.
Visual Basic for Applications |
---|
|
See Also