TableLayoutColumnStyleCollection.Item[Int32] Tulajdonság

Definíció

Lekéri vagy beállítja a ColumnStyle megadott indexet.

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

Paraméterek

index
Int32

A beolvasáshoz vagy beállításhoz használt index ColumnStyle nulla alapú.

Tulajdonság értéke

A ColumnStyle a megadott indexben.

A következőre érvényes:

Lásd még