Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroupCollection Class / GetRightBottomBounds Method

In This Topic
    GetRightBottomBounds Method (UserCellGroupCollection)
    In This Topic
    Gets the bounding rectangle that includes all cells in all groups in the current collection.
    Syntax
    'Declaration
     
    Public Function GetRightBottomBounds() As Size
    public Size GetRightBottomBounds()

    Return Value

    A System.Drawing.Size structure, the System.Drawing.Size.Width of which contains the column index + 1 of the rightmost cell, while the System.Drawing.Size.Height contains the row index + 1 of the bottommost cell.
    See Also