Sets the rotation value for a cell.
Supported platforms: Windows only
VBA:
object.SetRotation nRow, nCol, nContent, pValue
Type: Table
The object this method applies to.
Access: Input-only
Type: Integer
The row number of the cell to set.
Access: Input-only
Type: Integer
The column number of the cell to set.
Access: Input-only
Type: Integer
The content value for the cell.
Access: Input-only
Type: Double
The new value for the rotation.
VBA:
object.SetRotation bstrCellStyle, Rotation
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
A named cell style in the table style.
Access: Input-only
Type: Double
The new value for the rotation.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available