Skip to main content
1-Visitor
October 9, 2015
Question

how to find the value in the cell in the table

  • October 9, 2015
  • 2 replies
  • 1113 views

Hi All,

i need to find out the each cell value in the table. My requirement is i need to delete the entire row which contains null value in its any cells.

Hope i will get the reply soon.

    2 replies

    1-Visitor
    October 14, 2015

    Please mention which table you are looking for. If it is an drawing table right click & go to properties.

    1-Visitor
    October 16, 2015

    Since you opened the question in the Automation subcommunity, I assume you want to access the table cells programmatically.

    When you use Pro/TOOLKIT, there are the ProDwgtable functions to read the values from drawing table cells, change them or to delete rows, etc...

    However, I am pretty sure that deleting rows will not work for rows that get created ad-hoc by filling a repeat region (if you plan to do this)