GetMargin Method |
Get a cell's margin value.
Signature
RetVal = object.GetMargin nRow, nCol, nMargin
Object
Table
The object this method applies to.
nRow
Integer; Input-only
The value of the row.
nCol
Integer; Input-only
The value of the column.
nMargins
AcCellMargin; Input-only
The value of the margins.
RetVal
Double
The cell's margin value.
Comments? |