Compartir a través de


Row.Cells Property

Word Developer Reference

Returns a Cells collection that represents the table cells in a column, row, selection, or range. Read-only.

Syntax

expression.Cells

expression   A variable that represents a Row object.

Remarks

For information about returning a single member of a collection, see Returning an Object from a Collection.

See Also