GridTableStylesCollection.RemoveAt(Int32) 方法

定義

移除指定索引處的 DataGridTableStyle

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

參數

index
Int32

要移除的 DataGridTableStyle 的索引。

備註

Contains使用 方法可判斷特定 DataGridTableStyle 是否存在,再使用 Remove 方法。

適用於

另請參閱