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

適用於