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

In This Topic
    GetRightBottomBounds Method (TableCellCollection)
    In This Topic
    Gets the bounds of the initialized cells area. The returned System.Drawing.Size structure's System.Drawing.Size.Width contains the column index of the rightmost initialized cell + 1, while System.Drawing.Size.Height contains the row index of the bottommost initialized cell + 1.
    Syntax
    'Declaration
     
    Public Function GetRightBottomBounds() As Size
    public Size GetRightBottomBounds()

    Return Value

    The size of the initialized cells area.
    See Also