Skip to Content
0
Former Member
Nov 28, 2008 at 08:53 AM

set value for system matrix cell

56 Views

Hi

Thanks for your reply.

i need to set value for some UDF on a system matrix. crurrently ,i use following code

oMatrix.Columns.Item("U_RawMaterials").Cells.Item("rowIndex").Specific.value = "222"

this works but when i have more than 10 UDF to fill together,the performance is bad. it takes nearly one second to fill one field.

Is there any fast way to set the value?