Spread Windows Forms 12.0 Product Documentation
Areas Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Areas Property
Gets an IAreas collection that represents all the ranges in a multiple-area selection.
Syntax
'Declaration
 
ReadOnly Property Areas As IAreas
'Usage
 
Dim instance As IRange
Dim value As IAreas
 
value = instance.Areas
IAreas Areas {get;}

Property Value

The IAreas collection that represents all the ranges in a multiple-area selection.
See Also

Reference

IRange Interface
IRange Members