CGXGridCore::GetFloatCellsMode
WORD GetFloatCellsMode() const;
Return Value
Returns the setting that specifies if floating cells is enabled.
The returned value can be one of:
·gxnFloatDisable - Disable floating cells
·gxnFloatDelayEval - Delay evaluation of floating cells (recommended)
·gxnFloatEvalOnDisplay - Always evaluate cells before they are displayed (can be slow)
Remarks
See SetFloatCellsMode for information about floating cells.
See Also
CGXGridCore::SetFloatCellsMode