Configure worksheet column label region display options
bool wks_set_show_labels( Worksheet & wks, int nLine1 = -1, int nLine2 = -1, int nLine3 = -1, int nLine4 = -1, int nLine5 = -1 )
true if success
EX1
//For this example to run, active a workbook in current project first //configure active sheet to show Comment on 1st line and Long Name on second and Parameter3 at 3rd line void wks_set_show_labels_ex1() { Worksheet wks = Project.ActiveLayer(); wks_set_show_labels(wks, RCLT_COMMENT, RCLT_LONG_NAME, RCLT_PARAM+2); }
wks_add_show_labels
origin.h