C# 클래스 Smrf.AppLib.ExcelWorkbookListBox

Represents a ListBox that contains a list of Excel workbook names.
Call PopulateWithOtherWorkbookNames to populate the ListBox with the names of all open Excel workbooks except a specified one.
상속: ListBoxPlus
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
ExcelWorkbookListBox ( ) : System

Initializes a new instance of the ExcelWorkbookListBox class.

PopulateWithOtherWorkbookNames ( Microsoft workbook ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

ExcelWorkbookListBox() 공개 메소드

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

PopulateWithOtherWorkbookNames() 공개 메소드

public PopulateWithOtherWorkbookNames ( Microsoft workbook ) : void
workbook Microsoft
리턴 void