ExcelRpt_FreeStringData
- Updated2023-02-21
- 1 minute(s) read
void ExcelRpt_FreeStringData (char * data[], size_t count);
Purpose
Use this function to free strings allocated by the ExcelRpt_ReadData function.
Parameters
| Input | ||||
| Name | Type | Description | ||
| data | char *[] | The data array of strings returned by ExcelRpt_ReadData.
|
||
Return Value
None.
Additional Information
Library: Excel Report
Include file: activex\excel\ExcelReport.h
LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later
