TableRowStructure.Add(TableCellStructure) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Lägger till en cell i en tabellrad.
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)
Parametrar
- tableCell
- TableCellStructure
Cellen som ska läggas till.
Undantag
Cellen är null.