GetOverride Method |
Get a cell's overrides.
Signature
RetVal = object.GetOverride nRow, nCol, nContent
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.
nContent
Integer; Input-only
The value of the cell's content.
RetVal
AcCellProperty
The cell's overrides.
Comments? |