Property | Type | Description | |
---|---|---|---|
m_oApplication | Microsoft.Office.Interop.Excel.Application | ||
m_oConvertNodeXLWorkbookDialogUserSettings | |||
m_oOpenFileDialog | |||
m_sConvertedWorkbookFile | String | ||
m_sOtherWorkbookFile | String |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
ConvertNodeXLWorkbookDialog ( ) : System |
Initializes a new instance of the 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
|
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnBrowse_Click ( object sender, |
||
btnOK_Click ( object sender, |
||
txbOtherWorkbookFile_TextChanged ( object sender, |
protected ConvertNodeXLWorkbook ( String sOtherWorkbookFile, String sConvertedWorkbookFile ) : System.Boolean | ||
sOtherWorkbookFile | String | |
sConvertedWorkbookFile | String | |
return | System.Boolean |
public ConvertNodeXLWorkbookDialog ( ) : System | ||
return | System |
public ConvertNodeXLWorkbookDialog ( Microsoft application ) : System | ||
application | Microsoft | /// Excel application. /// |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
bFromControls | System.Boolean | |
return | System.Boolean |
protected OtherToConvertedWorkbook ( String sOtherWorkbookFile ) : String | ||
sOtherWorkbookFile | String | |
return | String |
protected Application,Microsoft.Office.Interop.Excel m_oApplication | ||
return | Microsoft.Office.Interop.Excel.Application |
protected ConvertNodeXLWorkbookDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oConvertNodeXLWorkbookDialogUserSettings | ||
return |
protected OpenFileDialog,System.Windows.Forms m_oOpenFileDialog | ||
return |
protected String m_sConvertedWorkbookFile | ||
return | String |