Named Range Demo

This sample illustrates the use of multiple sheet references and named ranges along with the GridFormulaEngine. Named ranges allow the user to set up names for expressions or ranges and use these names in the formulas. For example, users can name the range B4:B12 as Expenses and then use formulas like =Sum(Expenses) instead of =Sum(B4:B12).

NamedRange For Formulas screenshot

Features