GetCellStyleDisplay Method (C1TableView)
In This Topic
Syntax
'Declaration
Public Function GetCellStyleDisplay( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As C1.Win.C1FlexGrid.CellStyle
public C1.Win.C1FlexGrid.CellStyle GetCellStyleDisplay(
System.int ,
System.int
)
Parameters
- row
- col
See Also