How to get the special cell's value?

  • Thread starter Thread starter MSNewsGroup
  • Start date Start date
M

MSNewsGroup

i've a DataGrid and some rows,how can i get the special cell's value.
please help me

thanks.
 
You can either:

1. Query the grid's Item indexer (accepts row and col indexes as far as I
remember)
2. Query the bound data source.
 
Back
Top