datatable name : dtTest
[dtTest]
List b, type2 => How can I put a price on this place?
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
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
thanx…
but, Im sorry.
i don’t want For Loop…
1 대신 b라고 하는 방법이 없나요?
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)
Way to go, #GoogleTranslate!!!
CHeers Buddy…
is it possible to do that without using integer as index → instead the row name (“b”)?