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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

HI, i want to delete the entire row if that row contains any null cells, in jLink automation?

kc-2
5-Regular Member

HI, i want to delete the entire row if that row contains any null cells, in jLink automation?

In j-link automation , the table already available with drawing. in that multiple rows are there , in that if any cell contains null value i need to delete the entire row.

For that i am using the below code,

TableCell  Mytablecell= pfcTable.TableCell_Create (k, 2);

                   DetailNoteItem cellNote =(DetailNoteItem) MyTable.GetCellNote(Mytablecell);

                        if(cellNote==null){

                            MyTable.DeleteRow(k, Boolean.TRUE);

                        }

but this code deleting the row if the entire row is empty.

How to get the each cell value in the table.??

Waiting for your reply


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
0 REPLIES 0
Top Tags