AD
Administrator
Syncfusion Team
September 16, 2003 12:33 PM UTC
You could try the SelectionChanging event to handle this. This event should be raised anytime the selection changes, whether from teh keyboard or from the mouse. You could loop through the e.Range object adding up the cell values to get the sum.