AD
Administrator
Syncfusion Team
December 18, 2007 04:43 PM UTC
Before trying to use GetFirstCell/GetNextCell, you can ensure these methods will work by making the range object a cell range. To do this, try this code:
//coverts an arbitary range to a cell range.
range = range.ExpandRange(1,1,gridControl1.RowCount,gridControl1.ColCount);