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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
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