Returns the text rotation for the specified row and column.
Supported platforms: Windows only
VBA:
RetVal = object.GetTextRotation(row, col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Access: Input-only
Type: Long
The column in the table.
Type: AcRotationAngle enum
No additional remarks.
VBA:
Not available
Visual LISP:
Not available