2.2.4.38.60 Project::Reset

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