XLL+ Class Library (7.0)

CXllPushApp Methods

The methods of the CXllPushApp class are listed here.

Construction

public method CXllPushApp Constructs a CXllPushApp object

Operations

public method AddConnection Register a connection between a cell range and the data it uses
public method AddFunction Add a name to the list of asynchronous functions which can be pushed by this cache
public method UpdateCells Update all cells connected to the topic

Properties

public method GetFormatChangedCells Returns whether formatting behaviour for changed cells is switched on
public method GetRefreshPeriod Returns the time in milliseconds between calls to RefreshFromApplication()
public method GetTickPeriod Returns the time in milliseconds between ticks for idle tasks
public method SetFormatChangedCells Sets whether formatting behaviour for changed cells is switched on
public method SetRefreshPeriod Sets the time in milliseconds between calls to RefreshFromApplication()
public method SetTickPeriod Sets the time between ticks for idle tasks

Methods available from any thread

public method PostMessage Posts a message to the main thread's message queue

Overridables

public method OnCellUpdate Called in main thread whenever a connected cell range is updated
public method OnTopicAdd Called in main thread whenever a new topic is added to the list of connections
public method OnTopicRemove Called in main thread whenever the last connection to a topic is removed from the list of connections
public method OnXllClose Called during application termination
public method OnXllOpenEx Called during application initialization
public method ProcessAsyncMessage Called in main thread whenever a message is received from another thread

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | xlppush.h