Property | Type | Description | |
---|---|---|---|
m_bActivateRelevantWorksheetWhenDone | Boolean | ||
m_oCalculateGraphMetricsDialogUserSettings | |||
m_oGraph | IGraph | ||
m_oGraphMetricCalculationManager | |||
m_oGraphMetricCalculators | IGraphMetricCalculator2[] | ||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook ) : System |
Initializes a new instance of the
|
|
CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook, IGraphMetricCalculator2 graphMetricCalculators, String dialogTitle, Boolean activateRelevantWorksheetWhenDone ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
OnClosed ( EventArgs e ) : void | ||
OnLoad ( EventArgs e ) : void | ||
WriteGraphMetricColumnsToWorkbook ( |
Method | Description | |
---|---|---|
GraphMetricCalculationManager_GraphMetricCalculationCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
GraphMetricCalculationManager_GraphMetricCalculationProgressChanged ( object sender, ProgressChangedEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCancel_Click ( object sender, EventArgs e ) : void |
public CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook ) : System | ||
graph | IGraph |
/// Graph to calculate the graph metrics for, or null. If null, the graph
/// is read from |
workbook | Microsoft |
/// Workbook where the graph metrics will get written. If |
return | System |
public CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook, IGraphMetricCalculator2 graphMetricCalculators, String dialogTitle, Boolean activateRelevantWorksheetWhenDone ) : System | ||
graph | IGraph |
/// Graph to calculate the graph metrics for, or null. If null, the graph
/// is read from |
workbook | Microsoft |
/// Workbook where the graph metrics will get written. If |
graphMetricCalculators | IGraphMetricCalculator2 |
/// An array of |
dialogTitle | String | /// Title for the dialog, or null to use a default title. /// |
activateRelevantWorksheetWhenDone | Boolean | /// true to activate one of the worksheets to let the user know that graph /// metrics have been calculated. The worksheet to activate is determined /// by which columns were calculated. /// |
return | System |
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 WriteGraphMetricColumnsToWorkbook ( |
||
aoGraphMetricColumns | ||
return | void |
protected Boolean m_bActivateRelevantWorksheetWhenDone | ||
return | Boolean |
protected CalculateGraphMetricsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oCalculateGraphMetricsDialogUserSettings | ||
return |
protected GraphMetricCalculationManager,Smrf.NodeXL.ExcelTemplate m_oGraphMetricCalculationManager | ||
return |
protected IGraphMetricCalculator2[] m_oGraphMetricCalculators | ||
return | IGraphMetricCalculator2[] |