TableLayoutRowStyleCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある RowStyle を取得または設定します。

public:
 property System::Windows::Forms::RowStyle ^ default[int] { System::Windows::Forms::RowStyle ^ get(int index); void set(int index, System::Windows::Forms::RowStyle ^ value); };
public System.Windows.Forms.RowStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.RowStyle with get, set
Default Public Property Item(index As Integer) As RowStyle

パラメーター

index
Int32

取得または設定する RowStyle の 0 から始まるインデックス番号。

プロパティ値

指定したインデックスにある RowStyle

適用対象