'Declaration
Public Function CellContaining( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool CellContaining(
System.int ,
System.int ,
out System.int ,
out System.int
)