Bookmark.Column Property
Word Developer Reference |
True if the specified bookmark is a table column. Read-only Boolean.
Syntax
expression.Column
expression Required. A variable that represents a Bookmark object.
Example
This example creates a table with a bookmark and then displays a message box that confirms that the bookmark is a table column.
Visual Basic for Applications |
---|
|
See Also