TableLayoutStyleCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある TableLayoutStyle を取得または設定します。
public:
property System::Windows::Forms::TableLayoutStyle ^ default[int] { System::Windows::Forms::TableLayoutStyle ^ get(int index); void set(int index, System::Windows::Forms::TableLayoutStyle ^ value); };
public System.Windows.Forms.TableLayoutStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.TableLayoutStyle with get, set
Default Public Property Item(index As Integer) As TableLayoutStyle
パラメーター
- index
- Int32
取得または設定する TableLayoutStyle の 0 から始まるインデックス。
プロパティ値
指定したインデックス位置にある TableLayoutStyle 。
例外
プロパティ値は既に別の所有者に割り当てられます。 最初に、現在の場所から削除するか、複製する必要があります。
注釈
TableLayoutStyleに格納できるのは、派生ColumnStyle型 (RowStyleまたはTableLayoutStyleCollection) のいずれか 1 つだけです。
スタイルのインスタンスは、1 つのコンテナーにのみ関連付けることができます。