GetControlAtCell Method (C1Sizer)
In This Topic
Gets the first control at a given grid cell.
Syntax
'Declaration
Public Function GetControlAtCell( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Forms.Control
public System.Windows.Forms.Control GetControlAtCell(
System.int ,
System.int
)
Parameters
- row
- Index of the row that contains the cell.
- col
- Index of the column that contains the cell.
Return Value
The first control at the cell, or null if the cell is empty.
See Also