Sets the margin for a cell.
Supported platforms: Windows only
VBA:
object.SetMargin nRow, nCol, nMargins, fMargin
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: AcCellMargin enum
The value of the margins.
Access: Input-only
Type: Double
The new margin value.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available