Share via


TableRowGroupStructure.Add(TableRowStructure) 메서드

정의

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

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

매개 변수

tableRow
TableRowStructure

추가할 행입니다.

예외

행이 null인 경우

적용 대상