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(
rowIndexИндекс строки, отсчитываемый от нуля.: number,
columnIndexИндекс столбца, отсчитываемый от нуля.: number
) : object;
Parameters
- rowIndex
- Индекс строки, отсчитываемый от нуля.
- columnIndex
- Индекс столбца, отсчитываемый от нуля.
Return Value
Возвращает объект, содержащий элементы "x", "y", "width" и "height".