PropertyManager.RemoveAt(Int32) 方法

定义

在所有情况下均引发 NotSupportedException

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

参数

index
Int32

要删除行的索引。

例外

在所有情况下。

适用于

另请参阅