C# Class ExcelQueryServiceAddIn.DataElementCreationForm

Afficher le fichier Open project: NCIP/cadsr-cgmdr-nci-uk Class Usage Examples

Méthodes publiques

Méthode Description
DataElementCreationForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public DataElementCreationForm ( ) : System
Résultat System

Dispose() protected méthode

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

getSelectedRangeAddress() protected méthode

protected getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
r Microsoft.Office.Interop.Excel
Résultat string

handleCDE() protected méthode

protected handleCDE ( XElement selectedNode ) : void
selectedNode XElement
Résultat void