TableLayoutSettings.RowStyles Egenskap

Definition

Hämtar den samling formatmallar som används för att fastställa utseendet och känslan för tabelllayoutraderna.

public:
 property System::Windows::Forms::TableLayoutRowStyleCollection ^ RowStyles { System::Windows::Forms::TableLayoutRowStyleCollection ^ get(); };
public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get; }
member this.RowStyles : System.Windows.Forms.TableLayoutRowStyleCollection
Public ReadOnly Property RowStyles As TableLayoutRowStyleCollection

Egenskapsvärde

En TableLayoutRowStyleCollection som innehåller radformaten för layouttabellen.

Kommentarer

Använd egenskapen RowStyles för att komma åt formategenskaperna för specifika rader. Formatmallarnas ordning i en System.Windows.Forms.TableLayoutRowStyleCollection matchar ordningen på motsvarande rader i layouttabellen.

Gäller för

Se även