【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.38.60 Project::Reset
Contents
Description
Loop over all worksheet and matrix and call its Reset method.
Syntax
BOOL Reset( BOOL bReduceWksSize = TRUE, BOOL bReduceMatrices = TRUE )
Parameters
- bReduceWksSize
- [input]if True, will reset worksheets to 30 rows
- bReduceMatrices
- [input]if True, will reduce all matrices to 2x2
Return
TRUE if reset successful
FALSE otherwise
Examples
EX1
void Project_Reset_ex1() { Project.Reset(); }
Remark
See Also
Header to Include
origin.h