SetTextStyle2 Method |
Sets the text style name for a cell.
Signature
object.SetTextStyle2 nRow, nCol, nContent, StringStyleName
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.
nContent
Integer; Input-only
The content value for the cell.
StringStyleName
String; Input-only
The new style name to set.
Comments? |