Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Next Property


In This Topic
    Next Property (IRange)
    In This Topic
    Returns an IRange object that represents the next cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property Next As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Next
    IRange Next {get;}

    Property Value

    The next.
    See Also