Click or drag to resize

CalculationOption Enumeration

Additional calculation applied to a data cell value

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum CalculationOption
Members
Member nameValueDescription
No0 No calculation option
PercentageRow1 Value is displayed as a percentage of the row
PercentageColumn2 Value is displayed as a percentage of the column
PercentageAll3 Value is displayed as a percentage of the total
See Also