TableLayoutStyleCollection.RemoveAt(Int32) 메서드

정의

컬렉션의 지정된 인덱스에 있는 스타일을 제거합니다.

public:
 virtual void RemoveAt(int index);
public void RemoveAt(int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 인덱스 TableLayoutStyle (0부터 시작)입니다.

구현

설명

이 메서드는 재정의할 수 없습니다.

TableLayoutStyle 제거되기 전에 컨테이너에서 TableLayoutPanel 연결이 해제됩니다. 따라서 테이블 레이아웃이 패널의 모든 컨트롤에 다시 적용됩니다.

적용 대상