GetCellStyleDisplay Method (C1FlexPivotGrid)
In This Topic
Gets the style used to render a cell.
Syntax
'Declaration
Public Function GetCellStyleDisplay( _
ByVal As Integer, _
ByVal As Integer _
) As CellStyle
public CellStyle GetCellStyleDisplay(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index
Return Value
C1.Win.C1FlexGrid.CellStyle object used to display the cell.
See Also