Version

GetSummaryValueFromPosition(SummaryPosition,UltraGridColumn,Int32) Method

Finds a summary value that will be displayed at position designated by summaryPosition and positionColumn parameters. If summaryPosition is UseSummaryPositionColumn, it will find a fixed summary that will be displayed under positionColumn at the level specified by the level parameter. If the summaryPosition is Left, Center or Right then the positionColumn parameter will be ignored and it will find a free-form summary that will be displayed under that area at the level specified by the level parameter.
Syntax
'Declaration
 
Public Overloads Function GetSummaryValueFromPosition( _
   ByVal summaryPosition As SummaryPosition, _
   ByVal positionColumn As UltraGridColumn, _
   ByVal level As Integer _
) As SummaryValue
public SummaryValue GetSummaryValueFromPosition( 
   SummaryPosition summaryPosition,
   UltraGridColumn positionColumn,
   int level
)

Parameters

summaryPosition
Summary position.
positionColumn
This must be non-null if the summaryPosition parameter is UseSummaryPositionColumn.
level
Specifies the level. Level starts from 0.

Return Value

The summary value of the summary at the specified position.
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