API 설명서 > Miscellaneous > Object ProTable > Function ProTableSave
Function ProTableSave
Description
Save table in different format
Synopsis
#include <ProTable.h>
ProTableSave
(
ProTable* table
/* (In)
The reference to the table.
*/
ProPath path
/* (In)
Full path of the saved location
*/
ProTableFormattype table_format
/* (In)
Save format of the table
*/
int segment_id
/* (In)
segment of the table to save, if table_format is PROTABLEFORMAT_CSV or PROTABLEFORMAT_XLSX
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
User Guide References
도움이 되셨나요?