共用方式為


DesignerAutoFormatCollection.Insert(Int32, DesignerAutoFormat) 方法

定義

DesignerAutoFormat 插入位於指定索引的集合。

public:
 void Insert(int index, System::Web::UI::Design::DesignerAutoFormat ^ format);
public void Insert (int index, System.Web.UI.Design.DesignerAutoFormat format);
member this.Insert : int * System.Web.UI.Design.DesignerAutoFormat -> unit
Public Sub Insert (index As Integer, format As DesignerAutoFormat)

參數

index
Int32

要插入 format 集合中之以零起始的索引。

format
DesignerAutoFormat

要插入至集合的 DesignerAutoFormat

例外狀況

index 小於零。

-或-

index 大於 Count 屬性。

備註

Insert方法會將 DesignerAutoFormat 物件新增至集合中的特定索引位置。 若要將單 DesignerAutoFormat 一新增至集合結尾,請使用 Add 方法。

注意

當您將專案插入集合時,索引值會變更集合中的後續專案。

適用於

另請參閱