Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageResolvedInfo Class / ColumnBounds Property

In This Topic
    ColumnBounds Property
    In This Topic
    Gets the array of RectangleD values specifying the column bounds on the current page, in ResolvedUnit units. Column bounds do not include page margins, page header and footer areas, and gaps between the columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnBounds As RectangleD()
    public RectangleD[] ColumnBounds {get;}
    See Also