Cell.Column Property
Word Developer Reference |
Returns a Column object that represents the table column containing the specified cell. Read-only.
Syntax
expression.Column
expression Required. A variable that represents a Cell object.
Example
This example creates a 3x5 table and applies shading to the even-numbered columns.
Visual Basic for Applications |
---|
|
See Also