cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Drawing Table Row Line Hide or Remove ProToolkit

MrSteveR_3
12-Amethyst

Drawing Table Row Line Hide or Remove ProToolkit

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags