C# Class Smrf.NodeXL.ExcelTemplate.GroupByVertexAttributeDialog

Allows the user to group the workbook's vertices using the values in a specified vertex column.
Call Form.ShowDialog() to show the dialog. The grouping is performed entirely by the dialog; the caller doesn't have to do anything else.
Inheritance: ExcelTemplateForm
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oGroupByVertexAttributeDialogUserSettings GroupByVertexAttributeDialogUserSettings
m_oVertexTable ListObject
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Public Methods

Method Description
AssertValid ( ) : void
GroupByVertexAttributeDialog ( Microsoft workbook ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
GroupByVertexAttribute ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnAddMinimumValue_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnRemoveAll_Click ( object sender, EventArgs e ) : void
btnRemoveSelected_Click ( object sender, EventArgs e ) : void
cbxVertexColumnFormat_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbxVertexColumnName_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbxMinimumValues_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DoDataExchange() protected method

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
return System.Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

GroupByVertexAttribute() protected method

protected GroupByVertexAttribute ( ) : void
return void

GroupByVertexAttributeDialog() public method

public GroupByVertexAttributeDialog ( Microsoft workbook ) : System
workbook Microsoft /// Workbook containing the graph contents. ///
return System

Property Details

m_oGroupByVertexAttributeDialogUserSettings protected_oe property

protected GroupByVertexAttributeDialogUserSettings m_oGroupByVertexAttributeDialogUserSettings
return GroupByVertexAttributeDialogUserSettings

m_oVertexTable protected_oe property

protected ListObject m_oVertexTable
return ListObject

m_oWorkbook protected_oe property

protected Workbook,Microsoft.Office.Interop.Excel m_oWorkbook
return Microsoft.Office.Interop.Excel.Workbook