TableLayoutSettings.RowStyles 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來決定桌列外觀與感覺的樣式集合。
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
屬性值
TableLayoutRowStyleCollection A 包含 layout table 的列樣式。
備註
使用該 RowStyles 屬性來存取特定列的樣式屬性。 a System.Windows.Forms.TableLayoutRowStyleCollection 中樣式的順序與版面表中對應列的順序相符。