C# Class Smrf.NodeXL.ExcelTemplate.ApplicationUtil

Contains utility methods dealing with the application as a whole.
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Private Properties

Property Type Description
GetExecutingAssemblyPath String

Public Methods

Method Description
CreateNodeXLWorkbook ( Microsoft excelApplication ) : Workbook
GetApplicationFolder ( ) : String
GetMissingTemplateMessage ( ) : String
GetSplashScreenPath ( ) : String
OnWorkbookShutdown ( ) : void
OnWorkbookStartup ( Microsoft application ) : void
OpenHelp ( ) : void
OpenSampleNodeXLWorkbook ( ) : void
TryGetTemplatePath ( String &templatePath ) : System.Boolean

Private Methods

Method Description
GetExecutingAssemblyPath ( ) : String

Method Details

CreateNodeXLWorkbook() public static method

public static CreateNodeXLWorkbook ( Microsoft excelApplication ) : Workbook
excelApplication Microsoft
return Workbook

GetApplicationFolder() public static method

public static GetApplicationFolder ( ) : String
return String

GetMissingTemplateMessage() public static method

public static GetMissingTemplateMessage ( ) : String
return String

GetSplashScreenPath() public static method

public static GetSplashScreenPath ( ) : String
return String

OnWorkbookShutdown() public static method

public static OnWorkbookShutdown ( ) : void
return void

OnWorkbookStartup() public static method

public static OnWorkbookStartup ( Microsoft application ) : void
application Microsoft
return void

OpenHelp() public static method

public static OpenHelp ( ) : void
return void

OpenSampleNodeXLWorkbook() public static method

public static OpenSampleNodeXLWorkbook ( ) : void
return void

TryGetTemplatePath() public static method

public static TryGetTemplatePath ( String &templatePath ) : System.Boolean
templatePath String
return System.Boolean