ShapeRange.Table Property
Publisher Developer Reference |
Returns a Table object that represents a table in Microsoft Office Publisher.
Syntax
expression.Table
expression A variable that represents a ShapeRange object.
Example
The following example adds a 5x5 table on the first page of the active publication, and then selects the first column of the new table.
Visual Basic for Applications |
---|
|
The following example selects the specified table in the active publication. This example assumes that there is at least one shape on the first page of the active publication.
Visual Basic for Applications |
---|
|
See Also