Library WinForms NextSuite .NET Controls NextGrid .NET Reference Classes NextGrid CellExist

CellExist

Check if cell with specified address exist.

cs
public Boolean CellExist(int X, int Y)

Parameters

X int
Column of cell

Y int
Row of cell

Returns

true if it succeeds, false if it fails.

Sign in