C# 클래스 Smrf.NodeXL.ExcelTemplate.ColumnComboBox

Base class for ComboBoxes that let the user select a column from an Excel table.
상속: Smrf.AppLib.ComboBoxPlus
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
ColumnComboBox ( ) : System

Initializes a new instance of the ColumnComboBox class.

PopulateWithTableColumnNames ( Microsoft table ) : void

보호된 메소드들

메소드 설명
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

ColumnComboBox() 공개 메소드

Initializes a new instance of the ColumnComboBox class.
public ColumnComboBox ( ) : System
리턴 System

GetTableColumnNamesInternal() 보호된 추상적인 메소드

protected abstract GetTableColumnNamesInternal ( Microsoft oTable ) : String[]
oTable Microsoft
리턴 String[]

PopulateWithTableColumnNames() 공개 메소드

public PopulateWithTableColumnNames ( Microsoft table ) : void
table Microsoft
리턴 void