Example 5: Inserting data into the <Data Table>
SE_Return_Code SE_PutDataTableData
SE_Data_Table_Sub_Extent *sub_extent,
SE_Integer_Unsigned element_count,
const SE_Integer_Positive tbl_prop_descr_num[],
const SE_Data_Table_Data *dt_data_in_ptr
All the Axis and Table Property Description objects must be created as components of the data table before the cell data is added.
Once the array’s of data in SE_Data_Table_Data have been set with the element data to be put into the data table, the function SE_PutDataTableData is called.