Search
RowsEvent Class
See Also
 






Contains the arguments passed to row-related events.

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

 Syntax

Java  Copy Code

public class RowsEvent extends StyleChangedEvent

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.StyleChangedEvent
            com.mindfusion.spreadsheet.RowsEvent
                com.mindfusion.spreadsheet.RowsMovedEvent
                com.mindfusion.spreadsheet.RowsRemovedEvent

 See Also