共用方式為


DataSourceExpressionCollection.RemoveAt(Int32) 方法

定義

DataSourceExpressionCollection 物件中的指定索引處移除資料來源運算式物件。

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

參數

index
Int32

要移除之資料來源運算式的索引 (以零起始)。

適用於