ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / GetCellBounds Method / GetCellBounds(Int32,Int32) Method
Index of the row that contains the cell.
Index of the column that contains the cell.

In This Topic
    GetCellBounds(Int32,Int32) Method
    In This Topic
    Gets the bounds of a cell within the grid.
    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
    Index of the row that contains the cell.
    col
    Index of the column that contains the cell.

    Return Value

    A System.Drawing.Rectangle that contains the bounds of the cell.
    See Also