C# Класс ExcelQueryServiceAddIn.DataElementCreationForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DataElementCreationForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

DataElementCreationForm() публичный Метод

public DataElementCreationForm ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

getSelectedRangeAddress() защищенный Метод

protected getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
r Microsoft.Office.Interop.Excel
Результат string

handleCDE() защищенный Метод

protected handleCDE ( XElement selectedNode ) : void
selectedNode XElement
Результат void