ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / GetControlAtCell Method

In This Topic
    GetControlAtCell Method (C1Sizer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetControlAtCell( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As System.Windows.Forms.Control
    public System.Windows.Forms.Control GetControlAtCell( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also