XLL+ Class Library

CXllPushApp::SetFormatChangedCells

Sets whether formatting behaviour for changed cells is switched on

[C++]
BOOL SetFormatChangedCells(
   BOOL bFormat
);

Parameters

bFormat

The new value of the switch. If the value is TRUE, then cells which are updtaed by the push engine will be reformatted according to the current settings, whenever they are changed. If FALSE, no formatting will take place.

Return value

The function returns TRUE if the function succeeds, FALSE for failure.

Remarks

This function may only be called from the main thread.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::GetFormatChangedCells() | CXllPushApp::OnCellUpdate()