DataGridViewCellCollection.List 属性

定义

获取包含 ArrayList 对象的 DataGridViewCellCollection

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

ArrayList.

适用于

另请参阅