ExcelDriver.Sheets Property

Definition

Gets or sets the collection of worksheets in the currently open workbook.

public Microsoft.Office.Interop.Excel.Sheets Sheets { get; set; }
member this.Sheets : Microsoft.Office.Interop.Excel.Sheets with get, set
Public Property Sheets As Sheets

Property Value

A Sheets object that represents the collection of worksheets in the currently open workbook.

Applies to