Property | Type | Description | |
---|---|---|---|
m_eMode | DialogMode | ||
m_oExportToEmailDialogUserSettings | |||
m_oExportToEmailUserSettings | |||
m_oNodeXLControl | NodeXLControl | ||
m_oPasswordUserSettings | |||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System |
Initializes a new instance of the ExportToEmailDialog class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
InitializeForEditOnly ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnInsertSampleMessageBody_Click ( object sender, EventArgs e ) : void | ||
btnOK_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( Boolean bFromControls ) : Boolean | ||
bFromControls | Boolean | |
return | Boolean |
public ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System | ||
mode | DialogMode | /// Indicates the mode in which the dialog is being used. /// |
workbook | Microsoft | /// Workbook containing the graph data. /// |
nodeXLControl | NodeXLControl |
/// NodeXLControl containing the graph. This can be null if |
return | System |
protected ExportToEmailDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailDialogUserSettings | ||
return |
protected ExportToEmailUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailUserSettings | ||
return |
protected NodeXLControl m_oNodeXLControl | ||
return | NodeXLControl |
protected PasswordUserSettings,Smrf.NodeXL.ExcelTemplate m_oPasswordUserSettings | ||
return |