TableLayoutColumnStyleCollection.Add(ColumnStyle) Metod

Definition

Lägger till ett objekt i TableLayoutColumnStyleCollection.

public:
 int Add(System::Windows::Forms::ColumnStyle ^ columnStyle);
public int Add(System.Windows.Forms.ColumnStyle columnStyle);
override this.Add : System.Windows.Forms.ColumnStyle -> int
Public Function Add (columnStyle As ColumnStyle) As Integer

Parametrar

Returer

Den position som det nya elementet infogades i.

Kommentarer

Metoden Add återutser tabelllayouten till alla kontroller i den aktuella TableLayoutPanel containern.

Antalet format som lagras i en samling begränsas endast av tillgängligt minne.

Gäller för

Se även