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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top