Search
SerializeDataEvent Members
Methods
 


Provides data for the WorkbookListener.serializeData and WorkbookListener.deserializeData event handlers.

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

 Public Methods

  Name Description

getCell

Gets the cell related to the event. (Inherited from CellEvent.)

getContext

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

getData

Gets the data being serialized/deserialized.

getHandled

Gets a value indicating whether the event was handled.

getRepresentation

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

setData

Sets the data being serialized/deserialized.

setHandled

Sets a value indicating whether the event was handled.

setRepresentation

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

 See Also