Gets a value that indicates whether this range contains a given cell.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool Contains(
	int row,
	int col
)
Visual Basic
Public Function Contains ( _
	row As Integer, _
	col As Integer _
) As Boolean

Parameters

row
Type: System..::..Int32
Index of the row that may be contained in this range.
col
Type: System..::..Int32
Index of the column that may be contained in this range.

Return Value

True if this range contains the cell specified by the row and col parameters.

See Also