API Documentation > Miscellaneous > Object ProTable > Function ProTableBorderStyleGet
Function ProTableBorderStyleGet
Description
Gets line style of table borders
Synopsis
#include <ProTable.h>
ProTableBorderStyleGet
(
ProTable* table
/* (In)
table.
*/
ProLinestyle* line_style
/* (Out)
line_style,
*/
double* width
/* (Out)
width
*/
/* (Out)
color
*/
)
Returns
One or more inputs are NULL
Successfully return information.
User Guide References
Was this helpful?