Version

Add Method (SummarySettingsCollection)

Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.
Overload List
OverloadDescription
Add(String,SummaryType,UltraGridColumn,SummaryPosition)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(SummaryType,UltraGridColumn,SummaryPosition)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(String,SummaryType,UltraGridColumn)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(SummaryType,UltraGridColumn)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(String,SummaryType,ICustomSummaryCalculator,UltraGridColumn,SummaryPosition,UltraGridColumn)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(SummaryType,ICustomSummaryCalculator,UltraGridColumn,SummaryPosition,UltraGridColumn)Adds a new SummarySettings object created using the supplied arguments and returns that new summary settings object.  
Add(String)Adds a summary with the specified formula. This overload will display the summary in the left area of the summary footer.  
Add(String,String)Adds a summary with the specified formula. This overload will display the summary in the left area of the summary footer.  
Add(String,SummaryPosition,UltraGridColumn)Adds a summary with the specified formula.  
Add(String,String,SummaryPosition,UltraGridColumn)Adds a summary with the specified formula.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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