VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / getCellBoundingBox Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getCellBoundingBox Method
    In This Topic
    Returns the cell's bounding box in spreadsheet viewer space.
    Syntax
    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
    The zero based index of row.
    : number,
    columnIndex
    The 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.
    Browser Compatibility
    56+
    45+
    11
    See Also