AD
Administrator
Syncfusion Team
October 10, 2002 04:16 PM UTC
Rollan,
The GridRangeInfo object has a Top member that will return the top row of a range of rows (as well as a Bottom member). Once you have the row number, you can use it as an index into the Cell(row,0).Tag.
Post again if you need more information.
Clay
RM
Rollan Mosko
October 10, 2002 07:14 PM UTC
Hi Clay,
The .Top member did the trick for me. It turns out Top() is undocumented in my class reference documentation. I'll pay closer attention to the tooltips now.
thanks,
Rollan