Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroup Class / Ranges Property

In This Topic
    Ranges Property
    In This Topic
    Gets an array of System.Drawing.Rectangle structures identifying all cells included in the current group. For details, UserCellGroup Constructor(Rectangle) (lone cells are represented by rectangles with both dimensions set to 1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Ranges As Rectangle()
    public Rectangle[] Ranges {get;}
    See Also