Gets a value that indicates whether this range contains a given column.
Namespace:
C1.Silverlight.FlexGridAssembly: 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.