C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / ContainsColumn Method
Index of the column that may be contained in this range.


In This Topic
ContainsColumn Method
In This Topic
Gets a value that indicates whether this range contains a given column.
Syntax
'Declaration
 
Public Function ContainsColumn( _
   ByVal col As Integer _
) As Boolean
 
'Usage
 
Dim instance As GridCellRange
Dim col As Integer
Dim value As Boolean
 
value = instance.ContainsColumn(col)

Parameters

col
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