GetCellStyle(Int32,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetCellStyle( _
ByVal As System.Integer, _
ByVal As System.String _
) As C1.Win.C1FlexGrid.CellStyle
public C1.Win.C1FlexGrid.CellStyle GetCellStyle(
System.int ,
System.string
)
Parameters
- row
- colName
See Also