ComponentOne Xamarin Edition
ContainsColumn Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellRange Class : ContainsColumn Method
Index of the column that may be contained in this range.
Gets a value that indicates whether this range contains a given column.
Syntax
public bool ContainsColumn( 
   int 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

Reference

GridCellRange Class
GridCellRange Members