VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / getCellBoundingBox Property
Syntax BrowserCompatibility SeeAlso
getCellBoundingBox Метод
Возвращает ограничивающую рамку ячейки в пространстве просмотрщика электронных таблиц.
Синтаксис
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);

Parameters

rowIndex
Индекс строки, отсчитываемый от нуля.
columnIndex
Индекс столбца, отсчитываемый от нуля.

Return Value

Возвращает объект, содержащий элементы "x", "y", "width" и "height".
Совместимость с веб браузерами
9
5
11
5
Смотрите также