LabWindows/CVI

ExcelRpt_FreeStringData

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.

Note  This function only frees the strings in the data array, not the data array itself.

Return Value

None.

Additional Information

Library: Excel Report

Include file: activex\excel\ExcelReport.h

LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later