[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.IsCellValid

IsCellValid Method

IsCellValid(int, int)

Gets a value that determines if a pair of cell coordinates are valid.

Declaration
public virtual bool IsCellValid(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell coordinates are valid, false otherwise.