ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / GetCellBounds Method / GetCellBounds(Int32,Int32) Method

In This Topic
    GetCellBounds(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellBounds( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle GetCellBounds( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also