C# Class CheckCellTests.CheckCellTests.MockWorkbook

Afficher le fichier Open project: plasma-umass/DataDebug

Méthodes publiques

Méthode Description
GetApplication ( ) : Microsoft.Office.Interop.Excel.Application
GetWorkbook ( ) : Microsoft.Office.Interop.Excel.Workbook
GetWorksheet ( int idx ) : Microsoft.Office.Interop.Excel.Worksheet
GetWorksheets ( ) : Microsoft.Office.Interop.Excel.Sheets
MockWorkbook ( ) : System
TestGetRanges ( string formula ) : int

Method Details

GetApplication() public méthode

public GetApplication ( ) : Microsoft.Office.Interop.Excel.Application
Résultat Microsoft.Office.Interop.Excel.Application

GetWorkbook() public méthode

public GetWorkbook ( ) : Microsoft.Office.Interop.Excel.Workbook
Résultat Microsoft.Office.Interop.Excel.Workbook

GetWorksheet() public méthode

public GetWorksheet ( int idx ) : Microsoft.Office.Interop.Excel.Worksheet
idx int
Résultat Microsoft.Office.Interop.Excel.Worksheet

GetWorksheets() public méthode

public GetWorksheets ( ) : Microsoft.Office.Interop.Excel.Sheets
Résultat Microsoft.Office.Interop.Excel.Sheets

MockWorkbook() public méthode

public MockWorkbook ( ) : System
Résultat System

TestGetRanges() public static méthode

public static TestGetRanges ( string formula ) : int
formula string
Résultat int