You can get the location and size of specific cells.
This example gets the cell location and size.
JavaScript |
Copy Code
|
---|---|
spread.getActiveSheet().bind(GC.Spread.Sheets.Events.CellClick, function (e, info) { //Acquire the coordinate information of regular cells which exist at the specified index position |