Search
ColumnsEvent Class
See Also
 






Contains the arguments passed to column-related events.

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

 Syntax

Java  Copy Code

public class ColumnsEvent extends StyleChangedEvent

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.StyleChangedEvent
            com.mindfusion.spreadsheet.ColumnsEvent
                com.mindfusion.spreadsheet.ColumnsMovedEvent
                com.mindfusion.spreadsheet.ColumnsRemovedEvent

 See Also