CheckCellTests.CheckCellTests.MockWorkbook.GetWorksheets C# (CSharp) Method

GetWorksheets() public method

public GetWorksheets ( ) : Microsoft.Office.Interop.Excel.Sheets
return Microsoft.Office.Interop.Excel.Sheets
            public Excel.Sheets GetWorksheets()
            {
                return ws;
            }