_Application.Worksheets 属性

定义

返回一个 Sheets 集合,该集合代表活动工作簿中的所有工作表。

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

属性值

注解

此属性不返回宏工作表; Excel4MacroSheets 使用 属性或 Excel4IntlMacroSheets 属性返回这些工作表。

适用于