SetCellStyle(Int32,Int32,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetCellStyle( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String _
)
public void SetCellStyle(
System.int ,
System.int ,
System.string
)
Parameters
- row
- col
- styleName
See Also