sumouse
(ChoboIT)
1
datatable name : dtTest
[dtTest]

List b, type2 => How can I put a price on this place?
@sumouse Since it is 2nd row in Datatable, you can use dtTest(1)(“type2”) = yourValue
1 Like
mukeshkala
(Mukesh Kala)
3
Take a Foreach .
Inside foreach row in DtTEst
assign row(“type2”)= “Value”
If this not serves the purpose , Have alook at the below threads.
–
Mukesh
sumouse
(ChoboIT)
4
thanx…
but, Im sorry.
i don’t want For Loop…
mukeshkala
(Mukesh Kala)
6
Then Proceed with with what @supermanPunch has suggested in the post
@sumouse 방법이있을 수 있지만 시간이 걸릴 수 있습니다
@sumouse Check this , It is bit Long but that is How you can access by List Value and type2 Value 
FindRowAndAssignValue.zip (7.3 KB)
hacky
(NotHacker)
11
@supermanPunch
Way to go, #GoogleTranslate!!!
CHeers Buddy… 
1 Like
is it possible to do that without using integer as index → instead the row name (“b”)?