GridTableStylesCollection.List 属性

定义

获取基础列表。Gets the underlying list.

protected:
 virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected override System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overrides ReadOnly Property List As ArrayList

属性值

ArrayList

一个包含表数据的 ArrayListAn ArrayList that contains the table data.

适用于