Sets the content layout for a cell.
Supported platforms: Windows only
VBA:
object.SetContentLayout nRow, nCol, nLayout
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The value of the row.
Access: Input-only
Type: Long
The value of the column.
Access: Input-only
Type: AcCellContentLayout enum
The new layout value.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available