C# Class Smrf.NodeXL.ExcelTemplate.GroupColumnComboBox

Represents a ComboBox that lets the user select a column from the group table.
Call ColumnComboBox.PopulateWithTableColumnNames to populate the ComboBox with the group table column names.
Inheritance: ColumnComboBox
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
TableColumnNamesToExclude String[]

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GetTableColumnNames ( Microsoft table ) : String[]
GroupColumnComboBox ( ) : System

Initializes a new instance of the GroupColumnComboBox class.

Méthodes protégées

Méthode Description
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

GetTableColumnNames() public static méthode

public static GetTableColumnNames ( Microsoft table ) : String[]
table Microsoft
Résultat String[]

GetTableColumnNamesInternal() protected méthode

protected GetTableColumnNamesInternal ( Microsoft oTable ) : String[]
oTable Microsoft
Résultat String[]

GroupColumnComboBox() public méthode

Initializes a new instance of the GroupColumnComboBox class.
public GroupColumnComboBox ( ) : System
Résultat System

Property Details

TableColumnNamesToExclude protected_oe static_oe property

protected static String[] TableColumnNamesToExclude
Résultat String[]