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 컨테이너입니다. 결과적으로, 테이블 레이아웃 패널에서 모든 컨트롤에 다시 적용 됩니다.

적용 대상