MAUI | ComponentOne
MAUI | ComponentOne
C1.Maui.Grid Assembly
/
C1.Maui.Grid Namespace
/
GridCellRange Class
/ ContainsColumn Method
Index of the column that may be contained in this range.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ContainsColumn Method (GridCellRange)
In This Topic
Gets a value that indicates whether this range contains a given column.
Syntax
C#
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