Reset
Loop over all worksheet and matrix and call its Reset method.
BOOL Reset( BOOL bReduceWksSize = TRUE, BOOL bReduceMatrices = TRUE )
TRUE if reset successful
FALSE otherwise
EX1
void Project_Reset_ex1() { Project.Reset(); }
origin.h