Column.Cells Property
Word Developer Reference |
Returns a Cells collection that represents the table cells in a table column. Read-only.
Syntax
expression.Cells
expression A variable that represents a Column object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
See Also