Gets the scale value for a cell.
Supported platforms: Windows only
VBA:
RetVal = object.GetScale(nRow, nCol, nContent)
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.
Type: Double
The scale value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available