TableLayoutRowStyleCollection.Item[Int32] Propriedade

Definição

Obtém ou define o RowStyle no índice especificado.

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

Parâmetros

index
Int32

O índice de base zero do RowStyle a ser obtido ou definido.

Valor da propriedade

RowStyle

Um RowStyle no índice especificado.

Aplica-se a