TableLayoutRowStyleCollection.Item[Int32] 속성

정의

지정된 인덱스에서 RowStyle 값을 가져오거나 설정합니다.

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

매개 변수

index
Int32

가져올 인덱스 또는 설정할 인 RowStyle 덱스(0부터 시작)입니다.

속성 값

지정된 인덱스에서 A RowStyle 입니다.

적용 대상