I looking for a proper event but I dind't find one. May by MultiSelectChan ged but here I don't have any proper method which tell me a selected cells. Do you tell me this method psl...
Events:
SelectionChange d gets fired when the selection changes(Will need to use SelectedCells to get information)
CellMouseClick gets fired when a cell is clicked.
CellMouseDouble Click gets fired when a cell is double-clicked
CellContentClic k gets fired when the contents of a cell are clicked(i.e. a button in a cell)
Almost any event can give you the information you request....
Properties:
.SelectedCells gives the collection of cells currently selected.
.SelectedRows gives the collection of rows currently selected
An event SelectedCells don't give a selected cells. SelectedCells.C ount give me a count of selected cells. Any proper method or properties don't return an int value. If I make anywhere mistake, do you tell me a correct solution pls.
Comment