IsCellFixed Method (C1FlexGrid)
Gets a value that determines if a cell belongs to a fixed row or column.
'Declaration
Public Overridable Function IsCellFixed( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
Parameters
- row
- Row index.
- col
- Column index.
Return Value
True if the cell is fixed, false otherwise.