Sets the text rotation for the specified row and column.
Supported platforms: Windows only
VBA:
object.SetTextRotation row, col, TextRotation
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number of the cell.
Access: Input-only
Type: Long
The column number of the cell.
Access: Input-only
Type: AcRotationAngle enum
The text rotation.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available