WorksheetExtensions Class (2007 System)

Provides methods you can use to extend Microsoft Office Excel worksheets by generating host items for native Excel worksheets 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 WorksheetExtensions
'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 WorksheetExtensions
[ExtensionAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class WorksheetExtensions abstract sealed
public final class WorksheetExtensions

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Excel.Extensions.WorksheetExtensions

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

WorksheetExtensions Members

Microsoft.Office.Tools.Excel.Extensions Namespace

Change History

Date

History

Reason

July 2008

New type.

SP1 feature change.