TableLayoutColumnStyleCollection.Item[Int32] プロパティ

定義

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

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

パラメーター

index
Int32

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

プロパティ値

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

適用対象

こちらもご覧ください