Search
SerializeRowTagEvent Class
See Also
 






Provides data for the WorkbookListener.serializeRowTag and WorkbookListener.deserializeRowTag event handlers.

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

 Syntax

Java  Copy Code

public class SerializeRowTagEvent extends RowEvent

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.spreadsheet.RowEvent
            com.mindfusion.spreadsheet.SerializeRowTagEvent

 See Also