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


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

    Property Value

    The previous.
    See Also