'Declaration Protected Overridable Sub OnWritingCell( _ ByVal e As WritingElementEventArgs _ )
'Usage Dim instance As ExcelExporter Dim e As WritingElementEventArgs instance.OnWritingCell(e)
protected virtual void OnWritingCell( WritingElementEventArgs e )
Parameters
- e
- A System.EventArgs that contains the event data.