| | | | Browse by category |
Article ID: 424
Last updated: 27 Apr, 2018
Problem
Is StoreStyleRowCol() called whenever the style for a cell is changed? How do I know when the value is changed and not just the font or other attributes?
Cause
Action
Yes, StoreStyleRowCol() is called whenever the style for a cell is changed. You can check the include-bits of the style passed to StoreStyleRowCol() to determine which style-attributes will change.
For example, if you want to know whether the value of a cell will be changed you might check:
if (style.GetIncludeValue()) | ||
; // Value will be changed | ||
else | ||
; // Only formatting will be changed |
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 424
Last updated: 27 Apr, 2018
Revision: 3
Views: 1692
Posted: 09 Jan, 2001 by
Meltreger B.
Updated: 27 Apr, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)