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

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

Syntax

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

Parameters

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

Return Value

True if this range contains the column specified by the col parameter.

See Also