StyleCollection.Insert(Int32, Style) メソッド

定義

指定した Style オブジェクトを、StyleCollection の指定したインデックス位置に挿入します。

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

パラメーター

index
Int32

Style オブジェクトを挿入する位置の、0 から始まるインデックス。

style
Style

コレクションに挿入する Style オブジェクト。

注釈

指定した Insert Style オブジェクトを、指定した StyleCollection インデックス位置にあるオブジェクトに挿入するには、メソッドを使用します。

オブジェクトの末尾にオブジェクトを追加するには、 Style StyleCollection メソッドを使用し Add ます。

適用対象

こちらもご覧ください