C# Класс Smrf.NodeXL.ExcelTemplate.ConvertNodeXLWorkbookDialog

Copies a NodeXL workbook created on another machine and converts the copy to work on this machine.
A NodeXLWorkbookConverter object does most of the work.
Наследование: ExcelTemplateForm
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_oApplication Microsoft.Office.Interop.Excel.Application
m_oConvertNodeXLWorkbookDialogUserSettings ConvertNodeXLWorkbookDialogUserSettings
m_oOpenFileDialog System.Windows.Forms.OpenFileDialog
m_sConvertedWorkbookFile String
m_sOtherWorkbookFile String

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

Метод Описание
AssertValid ( ) : void
ConvertNodeXLWorkbookDialog ( ) : System

Initializes a new instance of the class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

ConvertNodeXLWorkbookDialog ( Microsoft application ) : System

Initializes a new instance of the class with an Excel Application object.

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

Метод Описание
ConvertNodeXLWorkbook ( String sOtherWorkbookFile, String sConvertedWorkbookFile ) : System.Boolean
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
OtherToConvertedWorkbook ( String sOtherWorkbookFile ) : String

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

Метод Описание
InitializeComponent ( ) : void

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

btnBrowse_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
txbOtherWorkbookFile_TextChanged ( object sender, EventArgs e ) : void

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

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

public AssertValid ( ) : void
Результат void

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

protected ConvertNodeXLWorkbook ( String sOtherWorkbookFile, String sConvertedWorkbookFile ) : System.Boolean
sOtherWorkbookFile String
sConvertedWorkbookFile String
Результат System.Boolean

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

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public ConvertNodeXLWorkbookDialog ( ) : System
Результат System

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

Initializes a new instance of the class with an Excel Application object.
public ConvertNodeXLWorkbookDialog ( Microsoft application ) : System
application Microsoft /// Excel application. ///
Результат 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

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

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

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

protected OtherToConvertedWorkbook ( String sOtherWorkbookFile ) : String
sOtherWorkbookFile String
Результат String

Описание свойств

m_oApplication защищенное свойство

protected Application,Microsoft.Office.Interop.Excel m_oApplication
Результат Microsoft.Office.Interop.Excel.Application

m_oConvertNodeXLWorkbookDialogUserSettings защищенное свойство

protected ConvertNodeXLWorkbookDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oConvertNodeXLWorkbookDialogUserSettings
Результат ConvertNodeXLWorkbookDialogUserSettings

m_oOpenFileDialog защищенное свойство

protected OpenFileDialog,System.Windows.Forms m_oOpenFileDialog
Результат System.Windows.Forms.OpenFileDialog

m_sConvertedWorkbookFile защищенное свойство

protected String m_sConvertedWorkbookFile
Результат String

m_sOtherWorkbookFile защищенное свойство

protected String m_sOtherWorkbookFile
Результат String