Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / getChangedEvent Method
In This Topic
    getChangedEvent Method
    In This Topic
    Occurs when something changes in the cells.
    Syntax
    com.grapecity.documents.excel.Event<EventHandler<RangeEventArgs>> getChangedEvent()
    See Also