DataGridViewRowCollection.List 属性

定义

获取 DataGridViewRow 对象数组。

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

属性值

一个 DataGridViewRow 对象数组。

注解

取消 List 共享 中的所有 DataGridViewRowCollection行,因此应避免使用此属性。

适用于

另请参阅