TableLayoutRowStyleCollection.Add(RowStyle) Método

Definição

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

Parâmetros

rowStyle
RowStyle

O RowStyle para adicionar ao TableLayoutRowStyleCollection.

Devoluções

A posição em que o novo elemento foi inserido.

Observações

O Add método reaplica a disposição da tabela a todos os controlos no contentor atual TableLayoutPanel .

O número de estilos armazenados numa coleção é limitado apenas pela memória disponível.

Aplica-se a

Ver também