TableRowGroupCollection.Add(TableRowGroup) 메서드
정의
지정된 항목을 컬렉션에 추가합니다.Appends a specified item to the collection.
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
컬렉션에 추가할 항목입니다.An item to append to the collection.
구현
예외
item이 컬렉션에 이미 속해 있을 때 발생합니다.Raised when item already belongs to a collection.
item이 null일 때 발생합니다.Raised when item is null.