C1.WPF.PrintDocument.4.6.2 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()
 
See Also