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

In This Topic
IsCellValid Method (C1FlexGrid)
In This Topic
Gets a value that determines if a pair of cell coordinates are valid.
Syntax
'Declaration
 
Public Overridable Function IsCellValid( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
 

Parameters

row
Row index.
col
Column index.

Return Value

True if the cell coordinates are valid, false otherwise.
See Also