Iterating through range of rows

If I have a GridRangeInfo with a GridRangeInfoType of Rows, how do I enumerate through the individual rows? I the GetFirstCell/GetNextCell methods would work, but they seem to get caught in an infinite loop if the GridRangeInfoType is Rows. Pete

1 Reply

AD Administrator Syncfusion Team October 4, 2004 05:11 PM UTC

You can loop from range.Top to range.Bottom if the range.IsRows is true. http://www.syncfusion.com/Support/article.aspx?id=564

Loader.
Up arrow icon