Click to See Complete Forum and Search --> : DataGrid Control - How to select a cell???


nikhilkumar_99
January 14th, 2000, 07:25 AM
The VB6 MSDN documentation says use the .SelStartCol, .SelEndCol, .SelStartRow and .SelEndRow.

When I try to code it, I run into a problem. Of these properties, .SelStartRow and .SelEndRow are not available (when I try to code it, it turns out that VB does not think that they are properties of the DataGrid Control). How else can I select a cell and setfocus to it (make it the active cell) for a DataGrid Control????

Help!
Nikhil