ContainsColumn Method (GridCellRange)
In This Topic
Gets a value that indicates whether this range contains a given column.
Syntax
'Declaration
Public Function ContainsColumn( _
ByVal As Integer _
) As Boolean
public bool ContainsColumn(
int
)
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 parameter.
See Also