Go RangeSelect allows you to select a group of cells with the shift key. They must be all in one area. You can't use the Control key to select individual cells. Once you have the coordinates (Top, bottom, left and right cells) you can do a walkthrough of the cells to get the values in the group.
See the TCustomGrid.Selection example help info for an example of creating a selected set of cells. Tom Nesler -----Original Message----- From: delphi-en@yahoogroups.com [mailto:delphi...@yahoogroups.com] On Siva, >Thanks for your quick reply.Can you explain more details.How to use mutilpe row,column selection use control key + click on fixed cols.Can you send me sample code.Its more helpfull for me.Advance thanks to u. Select the first cell in the range using either the arrow keys or the mouse. Then hold down the Shift key and press the arrow keys until the selected range is the desired number of rows and columns. This is fairly standard grid behavior. You'll will find the same sequence produces the same result in Excel, for example. Glenn Lawler www.incodesystems.com