GrapeCity MultiRow Windows Forms Documentation
StatisticsType Enumeration


Specifies the statistics type used to compute the SummaryCell's value.
Syntax
Public Enum StatisticsType 
   Inherits System.Enum
Dim instance As StatisticsType
public enum StatisticsType : System.Enum 
Members
MemberDescription
AverageCalculates the average value of the specific cells as the summary cell's value.
CountCalculates the count of the specific cells as the summary cell's value.
MaxCalculates the maximum value of the specific cells as the summary cell's value.
MinCalculates the minimum value of the specific cells as the summary cell's value.
SumCalculates the sum value of the specific cells as the summary cell's value.
Remarks
Using statistics summary cells in the row section is not recommended.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.StatisticsType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
SummaryCell Class
MathStatistics Class
StatisticsType Property

 

 


Copyright © GrapeCity, inc. All rights reserved.