C# Class CheckCellTests.CheckCellTests.MockWorkbook

Show file Open project: plasma-umass/DataDebug

Public Methods

Method 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 method

public GetApplication ( ) : Microsoft.Office.Interop.Excel.Application
return Microsoft.Office.Interop.Excel.Application

GetWorkbook() public method

public GetWorkbook ( ) : Microsoft.Office.Interop.Excel.Workbook
return Microsoft.Office.Interop.Excel.Workbook

GetWorksheet() public method

public GetWorksheet ( int idx ) : Microsoft.Office.Interop.Excel.Worksheet
idx int
return Microsoft.Office.Interop.Excel.Worksheet

GetWorksheets() public method

public GetWorksheets ( ) : Microsoft.Office.Interop.Excel.Sheets
return Microsoft.Office.Interop.Excel.Sheets

MockWorkbook() public method

public MockWorkbook ( ) : System
return System

TestGetRanges() public static method

public static TestGetRanges ( string formula ) : int
formula string
return int