Property | Type | Description | |
---|---|---|---|
m_oDestinationNodeXLWorkbook | Microsoft.Office.Interop.Excel.Workbook | ||
m_oGraph | IGraph | ||
m_oImportFromMatrixWorkbookDialogUserSettings |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
ImportFromMatrixWorkbookDialog ( Microsoft destinationNodeXLWorkbook ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
ImportFromMatrixWorkbook ( ) : void | ||
OnLoad ( EventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnOK_Click ( object sender, System e ) : void | ||
lnkMatrixWorkbookSamples_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs 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 |
protected ImportFromMatrixWorkbook ( ) : void | ||
return | void |
public ImportFromMatrixWorkbookDialog ( Microsoft destinationNodeXLWorkbook ) : System | ||
destinationNodeXLWorkbook | Microsoft | /// Workbook to which the matrix workbook will eventually be imported. /// This class does NOT import the graph into the destination workbook, but /// it needs to know the destination to prevent the user from selecting /// it as a source workbook. /// |
return | System |
protected Microsoft.Office.Interop.Excel.Workbook m_oDestinationNodeXLWorkbook | ||
return | Microsoft.Office.Interop.Excel.Workbook |