TableLayoutStyleCollection.Item[Int32] 속성

정의

지정한 인덱스에 있는 TableLayoutStyle을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::TableLayoutStyle ^ default[int] { System::Windows::Forms::TableLayoutStyle ^ get(int index); void set(int index, System::Windows::Forms::TableLayoutStyle ^ value); };
public System.Windows.Forms.TableLayoutStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.TableLayoutStyle with get, set
Default Public Property Item(index As Integer) As TableLayoutStyle

매개 변수

index
Int32

가져오거나 설정할 TableLayoutStyle의 인덱스(0부터 시작)입니다.

속성 값

TableLayoutStyle

지정한 인덱스에 있는 TableLayoutStyle입니다.

예외

속성 값이 이미 다른 소유자에게 할당된 경우. 먼저 항목의 현재 위치에서 항목을 제거하거나 복제해야 합니다.

설명

파생 중 하나만 TableLayoutStyle 형식 ColumnStyle 또는 RowStyle에 저장할 수는 TableLayoutStyleCollection합니다.

스타일의 인스턴스는 단일 컨테이너에만 연결할 수 있습니다.

적용 대상

추가 정보