DesignerAutoFormatCollection.RemoveAt(Int32) 메서드

정의

컬렉션의 지정된 인덱스에서 DesignerAutoFormat 개체를 제거합니다.

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

매개 변수

index
Int32

컬렉션에서 제거할 DesignerAutoFormat의 인덱스(0부터 시작)입니다.

예외

index가 0보다 작은 경우

또는 indexCount 속성보다 큰 경우

설명

사용 된 RemoveAt 컬렉션에서 특정 인덱스에서 서식을 제거 하는 방법입니다. 컬렉션에서 지정된 된 형식으로 제거 하려면 사용 된 Remove 메서드. 컬렉션에서 모든 형식을 제거 하려면 사용 된 Clear 메서드.

참고

컬렉션에서 항목을 제거 하면 후속 항목 컬렉션에 대 한 인덱스 값이 변경 합니다.

적용 대상

추가 정보