C1.Win.FlexGrid Namespace / C1FlexGrid Class / IsCellFixed Method
Row index.
Column index.

In This Topic
IsCellFixed Method (C1FlexGrid)
In This Topic
Gets a value that determines if a cell belongs to a fixed row or column.
Syntax
'Declaration
 
Public Overridable Function IsCellFixed( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
 

Parameters

row
Row index.
col
Column index.

Return Value

True if the cell is fixed, false otherwise.
See Also