This commit is contained in:
csh
2023-02-21 17:26:44 +08:00
parent b9955b3b05
commit 80783ee8a4
8 changed files with 239 additions and 5 deletions
+15
View File
@@ -759,5 +759,20 @@ style.Protection.Lock := 1;
),
'Demo': '',
),
('ObjName': 'TCalcPr',
'Desc': ('TCalcPr有以下属性: '),
'AttrInfo': (
('attrName': 'CalcMode', 'type': 'string', 'desc': '工作簿计算模式', 'value': array('nil(默认): 自动重算', '"autoNoTable": 除模拟运算表外自动重算', '"manual": 手动重算')),
('attrName': 'RefMode', 'type': 'string', 'desc': 'R1C1引用样式', 'value': array('nil(默认): 不启用', '"R1C1": 启用R1C1引用样式')),
('attrName': 'Iterate', 'type': 'bool', 'desc': '是否启用迭代计算', 'value': array()),
('attrName': 'IterateCount', 'type': 'int', 'desc': '最多迭代次数', 'value': array()),
('attrName': 'IterateDelta', 'type': 'double', 'desc': '最大误差,需要使用科学计数法,如0.002时为2E-3', 'value': array()),
('attrName': 'CalcOnSave', 'type': 'bool', 'desc': '保存工作簿之前重新计算,{CalcMode}为"manual"时有效', 'value': array()),
('attrName': 'ConCurrentCalc', 'type': 'bool', 'desc': '是否启用多线程计算', 'value': array()),
('attrName': 'ConCurrentManualCount', 'type': 'int', 'desc': '自定义计算线程数', 'value': array()),
('attrName': 'FullPrecision', 'type': 'bool', 'desc': '是否采用完整精度', 'value': array()),
),
'Demo': '',
),
);
End