SetCellStyle Method |
Sets the cell style.
Signature
object.SetCellStyle nRow, nCol, szCellStyle
Object
Table,
TableStyle
The objects 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.
szCellStyle
String; Input-only
The cell style to set.
Comments? |