Search
SerializeColumnTagEvent Members
Methods
 


Provides data for the WorkbookListener.serializeColumnTag and WorkbookListener.deserializeColumnTag event handlers.

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

 Public Methods

  Name Description

getColumn

Gets the related column. (Inherited from ColumnEvent.)

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.

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