Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.12 KB

File metadata and controls

14 lines (8 loc) · 1.12 KB

Files to look at:

How to programmatically create a table and manually add rows and cells to it

The following example demonstrates how to create an XRTable class with a specific number of rows and cells. A row is added to the collection returned by the XRTable.Rows property. Cells are added to the collection returned by the XRTableRow.Cells property.

To learn about an iterative runtime table creation approach, see E1356.