TableLayoutRowStyleCollection.Add(RowStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將新的 RowStyle 加入至 TableLayoutRowStyleCollection。
public:
int Add(System::Windows::Forms::RowStyle ^ rowStyle);
public int Add (System.Windows.Forms.RowStyle rowStyle);
override this.Add : System.Windows.Forms.RowStyle -> int
Public Function Add (rowStyle As RowStyle) As Integer
參數
- rowStyle
- RowStyle
傳回
插入新項目的位置。
備註
方法 Add 會將資料表配置重新套用至目前 TableLayoutPanel 容器中的所有控制項。
儲存在集合中的樣式數目只受限於可用的記憶體。