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

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

Syntax

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

Parameters

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

Return Value

True if this range contains the row specified by the row parameter.

See Also