Gets an array of Rectangle structures identifying all cells included in the current group. For details, UserCellGroup(Rectangle) (lone cells are represented by rectangles with both dimensions set to 1).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Rectangle[] Ranges { get; }
Visual Basic
Public ReadOnly Property Ranges As Rectangle()
	Get

See Also