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 получения или задания.

Значение свойства

По RowStyle указанному индексу.

Применяется к