Workbook.Worksheets Property

Definition

Gets a Sheets collection that represents all the worksheets in the workbook.

public:
 property Microsoft::Office::Interop::Excel::Sheets ^ Worksheets { Microsoft::Office::Interop::Excel::Sheets ^ get(); };
public Microsoft.Office.Interop.Excel.Sheets Worksheets { get; }
member this.Worksheets : Microsoft.Office.Interop.Excel.Sheets
Public ReadOnly Property Worksheets As Sheets

Property Value

A Sheets collection that represents all the worksheets in the workbook.

Remarks

This property does not return macro sheets, charts, or dialog sheets. Use the Sheets property to return those sheets as well as worksheets. You can also use the specialized properties Excel4MacroSheets and Excel4IntlMacroSheets to return macro sheets and the Charts property to return charts.

Applies to