C# Class ExcelQueryServiceAddIn.DataElementCreationForm

Show file Open project: NCIP/cadsr-cgmdr-nci-uk Class Usage Examples

Public Methods

Method Description
DataElementCreationForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
handleCDE ( XElement selectedNode ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

createCDEList ( ) : void
isCDEListExists ( ) : bool
scControl_OnUse ( object sender, EventArgs e ) : void

Method Details

DataElementCreationForm() public method

public DataElementCreationForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

getSelectedRangeAddress() protected method

protected getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
r Microsoft.Office.Interop.Excel
return string

handleCDE() protected method

protected handleCDE ( XElement selectedNode ) : void
selectedNode XElement
return void