TableStructure.Add(TableRowGroupStructure) 메서드

정의

표에 행 그룹을 추가합니다.

public:
 void Add(System::Windows::Documents::DocumentStructures::TableRowGroupStructure ^ tableRowGroup);
public void Add (System.Windows.Documents.DocumentStructures.TableRowGroupStructure tableRowGroup);
member this.Add : System.Windows.Documents.DocumentStructures.TableRowGroupStructure -> unit
Public Sub Add (tableRowGroup As TableRowGroupStructure)

매개 변수

tableRowGroup
TableRowGroupStructure

추가할 행 그룹입니다.

예외

행 그룹이 null인 경우

적용 대상