Search
SerializeRowTagEvent Members
Methods
 


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

The following tables list the members exposed by the SerializeRowTagEvent 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.

getRow

Gets the related row. (Inherited from RowEvent.)

getTag

Gets the tag being serialized/deserialized.

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