'DeclarationProtected Overridable Sub OnCellBeginEdit( _ ByVal e As CellBeginEditEventArgs _ )
'UsageDim 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.