Search:
|
Browse by category:
|
| | | |
|
Problem
When I override GetStyleRowCol(), can I modify the value and reference this cell in a formula?
Cause
Action
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().
Prev | Next | |
Objective Grid: Appending a record to the data source | Objective Grid: Adding custom worksheet functions |