'Declaration Public Function CellContaining( _ ByVal x As Integer, _ ByVal y As Integer, _ ByRef rowAt As Integer, _ ByRef colAt As Integer _ ) As Boolean
'Declaration
Public Function CellContaining( _ ByVal x As Integer, _ ByVal y As Integer, _ ByRef rowAt As Integer, _ ByRef colAt As Integer _ ) As Boolean
public bool CellContaining( int x, int y, out int rowAt, out int colAt )
C1Combo Class C1Combo Members