Hi All,
Text Property (ITableAnnotation)
Dim instance As ITableAnnotationDim Row As System.Integer Dim Column As System.Integer Dim value As System.String instance.Text(Row, Column) = value value = instance.Text(Row, Column) |
I am trying to fill the cell value by using the above code. it taking ~490ms for filling value in a single cell. I need to create a 700x10 general table. totally it's taking above 10 mins for general table creation.
Kindly help me to sort out this performance issue.
Thanks in advance.
Best Regards,
Yuvaraj S
SolidworksApi/macros