Specifies consolidation function for sheet subtotals.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public enum ConsolidationFunction
Visual Basic
Public Enumeration ConsolidationFunction

Members

Member nameValueDescription
Sum0Represents Sum function.
Count1Represents Count function.
Average2Represents Average function.
Max3Represents Max function.
Min4Represents Min function.
Product5Represents Product function.
CountNums6Represents Count Numbers function.
StdDev7Represents StdDev function.
StdDevp8Represents StdDevp function.
Var9Represents Var function.
Varp10Represents Varp function.

See Also