Skip to main content
14-Alexandrite
March 29, 2022
Solved

Drawing Table Row Line Hide or Remove ProToolkit

  • March 29, 2022
  • 1 reply
  • 1350 views

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!

Best answer by MrSteveR_3

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.

1 reply

MrSteveR_314-AlexandriteAuthorAnswer
14-Alexandrite
March 29, 2022

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.