Sets the overrides for a cell.
Supported platforms: Windows only
VBA:
object.SetOverride nRow, nCol, nContent, nProp
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: Long
The value of the cell's content.
Access:Input-only
Type: AcCellProperty enum
The new cell override.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available