Spread.Sheets Documentation > Sample Code > Sample Code for Cells > Getting Cell Index from Mouse Click |
You can get the cell index when clicking on a cell.
This example gets the cell index.
JavaScript |
Copy Code
|
---|---|
var spread = new GC.Spread.Sheets.Workbook($("#ss")[0]); $("#ss").click(function (e) { if(target && |