The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team December 1, 2004 11:29 AM UTC
If it is a new namedrange that has not been registered yet, you would use code like:
GridFormulaEngine engine = ((GridFormulaCellModel)gridCashFlow.Model.CellModels["FormulaCell"]).Engine;
//name is the NamedRange name
//val is the NamedRange value
engine.AddNamedRange(name, val);
If the name is already present in the NamedRanges, you can change its value using
engine.NamedRanges[name] = val;
SASaravanan replied to Administrator March 21, 2018 03:45 PM UTC
If it is a new namedrange that has not been registered yet, you would use code like:
GridFormulaEngine engine = ((GridFormulaCellModel)gridCashFlow.Model.CellModels["FormulaCell"]).Engine;
//name is the NamedRange name
//val is the NamedRange value
engine.AddNamedRange(name, val);
If the name is already present in the NamedRanges, you can change its value using
engine.NamedRanges[name] = val;
Test
SNSindhu Nagarajan Syncfusion Team March 22, 2018 05:27 AM UTC
Hi Saravanan,
Thanks for the update.
We will wait till we hear from you. Please let us know if you need further assistance.
Regards,
Sindhu
Need More Help?
Get personalized assistance from our support team.