TableLayoutRowStyleCollection.Item[Int32] Özellik

Tanım

Belirtilen dizinde öğesini RowStyle alır veya ayarlar.

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

Parametreler

index
Int32

Alınacak veya ayarlanacağı sıfır tabanlı dizini RowStyle .

Özellik Değeri

RowStyle

Belirtilen dizinde A RowStyle .

Şunlara uygulanır