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