Partilhar via


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.

Retornos

Int32

A posição na qual o novo elemento foi inserido.

Comentários

O Add método reaplica o layout da tabela para todos os controles no contêiner atual TableLayoutPanel .

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

Aplica-se a

Confira também