Поделиться через


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.

Значение свойства

Элемент ColumnStyle по указанному индексу.

Применяется к

См. также раздел