SetScale Method

Sets the scale value for a cell.

See Also | Example

Signature

object.SetScale nRow, nCol, nContent, scale

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The row number of the cell to set.

nCol

Integer; Input-only
The column number of the cell to set.

nContent

Integer; Input-only
The content value for the cell.

scale

Double; Input-only
The new sscale value.

 

   Comments?