TableRowGroupCollection.Add(TableRowGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的項目附加至集合。
public:
virtual void Add(System::Windows::Documents::TableRowGroup ^ item);
public void Add (System.Windows.Documents.TableRowGroup item);
abstract member Add : System.Windows.Documents.TableRowGroup -> unit
override this.Add : System.Windows.Documents.TableRowGroup -> unit
Public Sub Add (item As TableRowGroup)
參數
- item
- TableRowGroup
要附加至集合的項目。
實作
例外狀況
在項目已屬於集合時引發。
當項目為 null 時引發。