SetAutoScale2 Method |
Sets the auto-scale flag value for a cell.
Signature
object.SetAutoScale2 nRow, nCol, nContent, bAutoFit
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.
bAutoFit
VARIANT_BOOL; Input-only
The new flag value.
Comments? |