Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,795 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
can I use excel formular like this?
double a: APR (interest rate)
int b: Duration(=compounding period per year)
double C: amount of money
double d: montly payment amount
a = rate(b,-d, c);
if this is possible, please let me know how to do it.
thanks,
c00012
P.S > Is there any available spreadsheet control in WPF?
You can see this thread : get access to Excel formula from C#