Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4942 | Jun 10,2003 07:26 AM UTC | Jun 10,2003 07:43 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void GridCellsChanged(object sender, GridCellsChangedEventArgs e) { int row, col; if(e.Range.GetFirstCell(out row, out col)) { Console.WriteLine("({0},{1})", row, col); while(e.Range.GetNextCell(ref row, ref col, false)) { Console.WriteLine("({0},{1})", row, col); } } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.