Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / Range Property


In This Topic
    Range Property (IHyperlink)
    In This Topic
    Gets an IRange object that represents the range that the specified hyperlink is attached to.
    Syntax
    'Declaration
     
    
    ReadOnly Property Range As IRange
    'Usage
     
    
    Dim instance As IHyperlink
    Dim value As IRange
     
    value = instance.Range
    IRange Range {get;}
    See Also