ListObject Class (2007 System)
The ListObject control displays data in a series of rows and columns.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<ComplexBindingPropertiesAttribute("DataSource", "DataMember")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ListObject _
Inherits RemoteBindableComponent _
Implements ISupportInitializeControl, ISupportInitialize
'Usage
Dim instance As ListObject
[ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ListObject : RemoteBindableComponent,
ISupportInitializeControl, ISupportInitialize
[ComplexBindingPropertiesAttribute(L"DataSource", L"DataMember")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class ListObject sealed : public RemoteBindableComponent,
ISupportInitializeControl, ISupportInitialize
public final class ListObject extends RemoteBindableComponent implements ISupportInitializeControl, ISupportInitialize
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
Microsoft.Office.Tools.Excel.ListObject
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.