ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageCell Class / Bounds Property

In This Topic
    Bounds Property (PageCell)
    In This Topic
    Gets the bounds of the cell.
    Syntax
    'Declaration
     
    Public Property Bounds As RectangleF
    public RectangleF Bounds {get; set;}

    Property Value

    A System.Drawing.RectangleF struct that represents the boundaries.
    See Also