ListObjectExtensions Class (2007 System)
Provides methods you can use to extend Microsoft Office Excel list objects by generating host items for native Excel list objects 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 ListObjectExtensions
'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 ListObjectExtensions
[ExtensionAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class ListObjectExtensions abstract sealed
public final class ListObjectExtensions
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Excel.Extensions.ListObjectExtensions
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. |