VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / cellClicked Event
Syntax BrowserCompatibility SeeAlso
In This Topic
    cellClicked Event (WebSpreadsheetEditorControlJS)
    In This Topic
    Occurs when cell is clicked in spreadsheet viewer.
    Syntax
    var instance; // Type: WebSpreadsheetEditorControlJS
    instance.cellClicked = function(event) { }
    
    
    cellClicked = function (
    event
    The object that contains information about the event.
    : object
    ) { };

    Parameters

    event
    The object that contains information about the event.
    Browser Compatibility
    56+
    45+
    11
    See Also