When I override GetStyleRowCol can I modify the value and reference this cell in a formula?

Suppose you reference a cell in a formula. Now you override GetStyleRowCol and return a value (by calling style.SetValue(…)) other than the value that is stored in the formula engine for that referenced cell. The formula will then still use the value that is stored in the formula engine and not the value that you returned in GetStyleRowCol.