Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Areas Property


In This Topic
    Areas Property
    In This Topic
    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