Restores the thread format settings that were set by PushThreadFormatNote: This method only works with formats that were obtained with PushThreadFormat . Don't try to use it with different formats.
Syntax
Unit: FlexCel.Core
class procedure TFlexCelFormatSettings.PopThreadFormat(const aFmt: TFlexCelFormatSettings);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aFmt |
TFlexCelFormat​Settings |
Format that was obtained with PushFormatSettings and that we want to restore.
|
See also