Get a cell's content layout.
Supported platforms: Windows only
VBA:
RetVal = object.GetContentLayout(nRow, nCol)
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.
Type: AcCellContentLayout enum
The layout value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available