Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellValueChangedEventArgs Class / GetReference Method
The index of changed cell reference.
The worksheet contains changed cell reference.


In This Topic
    GetReference Method (CellValueChangedEventArgs)
    In This Topic
    Gets an array of cell ranges which are changed recently.
    Syntax
    'Declaration
     
    
    Public Function GetReference( _
       ByVal index As Integer, _
       ByRef worksheet As IWorksheet _
    ) As Reference
    'Usage
     
    
    Dim instance As CellValueChangedEventArgs
    Dim index As Integer
    Dim worksheet As IWorksheet
    Dim value As Reference
     
    value = instance.GetReference(index, worksheet)
    public Reference GetReference( 
       int index,
       out IWorksheet worksheet
    )

    Parameters

    index
    The index of changed cell reference.
    worksheet
    The worksheet contains changed cell reference.

    Return Value

    The cell changed reference at the specified index.
    See Also