TableLayoutColumnStyleCollection.Item[Int32] Property

Definition

Gets or sets the ColumnStyle at the specified index.

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

Parameters

index
Int32

The zero-based index of the ColumnStyle to get or set.

Property Value

A ColumnStyle at the specified index.

Applies to

See also