'Declaration
Protected Overridable Sub OnCellBeginEdit( _ ByVal e As CellBeginEditEventArgs _ )
'Usage
Dim instance As WorkbookView Dim e As CellBeginEditEventArgs instance.OnCellBeginEdit(e)
protected virtual void OnCellBeginEdit( CellBeginEditEventArgs e )
Parameters
- e
- An instance of CellBeginEditEventArgs which contains the event data.