Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir, i have a datatable with 2 column and 4 row. i need to add a value in specific posotion like (4,2) in datatable. it means i want to add a value at position of 4row and 2column. how can i do it.

my code is like :-

VB
dim table as datatable

table.column.add("column1", GetType(String))
table.column.add("column2", GetType(String))


table.rows.add("val")
Posted
Updated 12-Nov-14 23:41pm
v2

1 solution

 
Share this answer
 
Comments
TCS54321 13-Nov-14 5:10am    
again thank you shwetaa ji..
Shweta N Mishra 13-Nov-14 5:14am    
Your welcome Ravi :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900