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