ListObject 类 (2007 system)

更新:2007 年 11 月

ListObject 控件在一系列行和列中显示数据。

命名空间:  Microsoft.Office.Tools.Excel
程序集:  Microsoft.Office.Tools.Excel.v9.0(在 Microsoft.Office.Tools.Excel.v9.0.dll 中)

语法

声明
<ComplexBindingPropertiesAttribute("DataSource", "DataMember")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ListObject _
    Inherits RemoteBindableComponent _
    Implements ISupportInitializeControl, ISupportInitialize
用法
Dim instance As ListObject
[ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ListObject : RemoteBindableComponent, 
    ISupportInitializeControl, ISupportInitialize

继承层次结构

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
      Microsoft.Office.Tools.Excel.ListObject

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

ListObject 成员

Microsoft.Office.Tools.Excel 命名空间