Adds the values of the cells in the rows that match the specified flags.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public decimal Sum(
	int flagsOn,
	int flagsOff
)

Parameters

flagsOn
Type: System..::..Int32
flagsOff
Type: System..::..Int32

Return Value

See Also