Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hey guys,
I know that when creating table with Creo, it is possible to change table line display and put it to blank so the line is hidden. I want to hide a row line in my table, is there a command doing it and which command is it?
Example if I have a table with one column and 4 rows. How to hide or remove the three lines dividing the table into 4 rows?
ProDwgtabledataColumnsSet(tdataTest, 1, width, justifications);
ProDwgtabledataRowsSet(tdataTest, 4, height);
ProDwgtabledataSizetypeSet(tdataTest, PRODWGTABLESIZE_CHARACTERS);
ProDrawingTableCreate((ProDrawing)model, tdataTest, PRO_B_TRUE, &tableTest);
Thank you!
Solved! Go to Solution.
Well, I played with ProDwgtableTextEnter and his ability to assign text lines in a table cell, so no more need to create new row and blank the line.
Well, I played with ProDwgtableTextEnter and his ability to assign text lines in a table cell, so no more need to create new row and blank the line.