Example 5: Options for Inserting data into a <Data Table>
- There are 6 API functions to insert data into a <Data Table>:
- SE_PutDataTable()
- SE_PutDataTableSubExtent()
- SE_PutPackedDataTable()
- SE_PutPackedDataTableSubExtent()
- SE_PutElementOfDataTable()
- SE_PutElementOFDataTableSubExtent()
- 3 functions insert the full extents of the <Data Table>, and 3 other functions allow a user defined sub-extent.
- 4 of the 6 functions allow for all or a subset of data elements within each cell to be inserted.