var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: object // Parameters var rowIndex; // Type: number var columnIndex; // Type: number value = instance.getCellBoundingBox(rowIndex, columnIndex);
function getCellBoundingBox(
rowIndexThe zero based index of row.: number,
columnIndexThe zero based index of column.: number
) : object;
Parameters
- rowIndex
- The zero based index of row.
- columnIndex
- The zero based index of column.
Return Value
Returns object that contains 'x', 'y', 'width' and 'height' elements.