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부터 시작)입니다.

속성 값

RowStyle

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

적용 대상