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

就是 to get 或 set 的 ColumnStyle 零基指數。

屬性值

ColumnStyle A在指定索引上。

適用於

另請參閱