TableLayoutColumnStyleCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia wartość ColumnStyle w określonym indeksie.

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

Parametry

index
Int32

Indeks oparty na zerowej ColumnStyle wartości parametru do pobrania lub ustawienia.

Wartość właściwości

ColumnStyle

A ColumnStyle w określonym indeksie.

Dotyczy

Zobacz też