如下代码:
Dim d = FpSpread1.ActiveSheet
d.AddCustomName("账套", JcApp.AccId, 0, 0, False, "")
d.AddCustomName("单位", """" & TxtDw.Text & """", 0, 0, False, "")
d.AddCustomName("年", JcApp.Year, 0, 0, False, "")
d.AddCustomName("月", CboMonth.SelectedIndex + 1, 0, 0, False, "")
d.AddCustomName("日", CInt(TxtDay.Text), 0, 0, False, "")
以后如何从代码(不是公式中的函数参数)中获取这些名称的值 |