Search
CellsRemovedEvent Class
See Also
 






Contains the arguments passed to cellsRemoved event handlers.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class CellsRemovedEvent extends StyleChangedEvent

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.StyleChangedEvent
            com.mindfusion.spreadsheet.CellsRemovedEvent

 See Also