[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellValueChangedEventArgs.GetReference

GetReference Method

GetReference(int, out IWorksheet)

Gets an array of cell ranges which are changed recently.

Declaration
public Reference GetReference(int index, out IWorksheet worksheet)
Public Function GetReference(index As Integer, ByRef worksheet As IWorksheet) As Reference
Parameters
Type Name Description
int index

The index of changed cell reference.

IWorksheet worksheet

The worksheet contains changed cell reference.

Returns
Type Description
Reference

The cell changed reference at the specified index.