VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
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);
    
    
    function getCellBoundingBox(
    rowIndex
    Индекс строки, отсчитываемый от нуля.
    : number,
    columnIndex
    Индекс столбца, отсчитываемый от нуля.
    : number
    ) : object;

    Parameters

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

    Return Value

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