assume Column D, row 5
i would like some operation such as
String val = datagrid1.valueAt(D,5) //psuedo(.net datagrid control.) How do i isolate and access a value in a particular cell of the datagrid control?C#?
You can use the ItemCreated event of the DataGridItemEvents class to get the value at runtime:
http://msdn2.microsoft.com/en-us/library鈥?/a>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment