Search
SerializeTagEvent Members
Methods
 


Provides data for the WorkbookListener.serializeTag and WorkbookListener.deserializeTag event handlers.

The following tables list the members exposed by the SerializeTagEvent type.

 Public Methods

  Name Description

getContext

Gets the context object that enables you to write and read data.

getHandled

Gets a value indicating whether the event was handled.

getRepresentation

Gets the string representation of the data being serialized/deserialized.

getTag

Gets the tag being serialized/deserialized.

getWorksheet

Gets the related worksheet. (Inherited from WorksheetEvent.)

setHandled

Sets a value indicating whether the event was handled.

setRepresentation

Sets the string representation of the data being serialized/deserialized.

setTag

Sets the tag being serialized/deserialized.

 See Also