[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Reference.Contains

Contains Method

Contains(int, int)

Determines whether this reference contains the specified cell.

Declaration
public bool Contains(int row, int column)
Public Function Contains(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

An integer value indicates the top row index of cell.

int column

An integer value indicates the left column index of cell.

Returns
Type Description
bool

true if this reference contains the specified cell; otherwise, false.