WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridHitTestInfo Class
/ CellRange Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CellRange Property (GridHitTestInfo)
In This Topic
Gets a
GridCellRange
object that represents the cell at the specified location.
Syntax
C#
public
GridCellRange
CellRange {
get
;
set
;}
Remarks
If there is no cell at the specified location, this property returns an invalid
GridCellRange
. Use the
GridCellRange.IsValid
property to determine whether a
GridCellRange
is valid.
See Also
Reference
GridHitTestInfo Class
GridHitTestInfo Members