SetCellFormat Method |
Sets the cell format for the given row and column.
Signature
object.SetCellFormat row, col, pFormat
Object
Table
The object this method applies to.
row
Integer; Input-only
The row number of the cell to set.
col
Integer; Input-only
The column number of the cell to set.
pFormat
String; Input-only
The new cell format.
Comments? |