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

Элемент RowStyle по указанному индексу.

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