Spread Silverlight Documentation
ExcelTableTotalsRowFunction Enumeration


An enumeration that specifies what function is used to aggregate the data in a column before it is displayed in the totals row.
Syntax
'Declaration
 
Public Enum ExcelTableTotalsRowFunction 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelTableTotalsRowFunction
public enum ExcelTableTotalsRowFunction : System.Enum 
Members
MemberDescription
AverageRepresents the arithmetic mean.
CountRepresents a count of the number of non-empty cells.
CountNumsRepresents the number of cells that contains numbers.
CustomRepresents the formula provided in totalsRowFormula.
MaxRepresents the largest value.
MinRepresents the smallest value.
NoneNo total row.
StdDevRepresents the estimated standard deviation.
SumRepresents the arithmetic sum.
VarRepresents the estimated variance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelTableTotalsRowFunction

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.