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
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oGroupByVertexAttributeDialogUserSettings GroupByVertexAttributeDialogUserSettings
m_oVertexTable ListObject
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GroupByVertexAttributeDialog ( Microsoft workbook ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

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

DoDataExchange() protected méthode

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Résultat System.Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

GroupByVertexAttribute() protected méthode

protected GroupByVertexAttribute ( ) : void
Résultat void

GroupByVertexAttributeDialog() public méthode

public GroupByVertexAttributeDialog ( Microsoft workbook ) : System
workbook Microsoft /// Workbook containing the graph contents. ///
Résultat System

Property Details

m_oGroupByVertexAttributeDialogUserSettings protected_oe property

protected GroupByVertexAttributeDialogUserSettings m_oGroupByVertexAttributeDialogUserSettings
Résultat GroupByVertexAttributeDialogUserSettings

m_oVertexTable protected_oe property

protected ListObject m_oVertexTable
Résultat ListObject

m_oWorkbook protected_oe property

protected Workbook,Microsoft.Office.Interop.Excel m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook