TableRowStructure.Add(TableCellStructure) 메서드

정의

표 행에 셀을 추가합니다.

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

매개 변수

tableCell
TableCellStructure

추가할 셀입니다.

예외

셀이 null입니다.

적용 대상