AD
Administrator
Syncfusion Team
May 18, 2003 11:22 AM UTC
There is no property that you can set that would prevent a cell from being part of a selection.
You could handle the SelectionsChanging event, and if e.Raange contains a cell you do not want selected, then set e.Cancel = true.
You can select column headers. Mousedown on one column headers and drag over several others. You will see the headers selected at this point.