C# Class 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.
Inheritance: ListBoxPlus
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
ExcelWorkbookListBox ( ) : System

Initializes a new instance of the ExcelWorkbookListBox class.

PopulateWithOtherWorkbookNames ( Microsoft workbook ) : void

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ExcelWorkbookListBox() public method

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

PopulateWithOtherWorkbookNames() public method

public PopulateWithOtherWorkbookNames ( Microsoft workbook ) : void
workbook Microsoft
return void