WorkbookExtensions Class (2007 System)
Provides methods you can use to extend Microsoft Office Excel workbooks by generating host items for native Excel workbooks and by testing for the existence of the generated host items.
Namespace: Microsoft.Office.Tools.Excel.Extensions
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class WorkbookExtensions
'Usage
You do not need to declare an instance of a static class in order to access its members.
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public static class WorkbookExtensions
[ExtensionAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class WorkbookExtensions abstract sealed
public final class WorkbookExtensions
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Excel.Extensions.WorkbookExtensions
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.Tools.Excel.Extensions Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
New type. |
SP1 feature change. |