TableLayoutRowStyleCollection.Add(RowStyle) 메서드

정의

에 새 RowStyle 값을 TableLayoutRowStyleCollection추가합니다.

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

매개 변수

rowStyle
RowStyle

RowStyle 에 추가할 수 있는 개체입니다TableLayoutRowStyleCollection.

반품

새 요소가 삽입된 위치입니다.

설명

이 메서드는 Add 테이블 레이아웃을 현재 TableLayoutPanel 컨테이너의 모든 컨트롤에 다시 적용합니다.

컬렉션에 저장된 스타일 수는 사용 가능한 메모리에 의해서만 제한됩니다.

적용 대상

추가 정보