Intersoft ClientUI Documentation
GetAggregateValue(AggregateValues,String) Method



Aggregate values.
Format string.
Get the aggregate value.
Syntax
Public Function GetAggregateValue( _
   ByVal values As AggregateValues, _
   ByVal format As String _
) As String
Dim instance As UXGridViewBoundColumn
Dim values As AggregateValues
Dim format As String
Dim value As String
 
value = instance.GetAggregateValue(values, format)
public string GetAggregateValue( 
   AggregateValues values,
   string format
)
public:
String^ GetAggregateValue( 
   AggregateValues^ values,
   String^ format
) 

Parameters

values
Aggregate values.
format
Format string.

Return Value

Aggregate value.
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

UXGridViewBoundColumn Class
UXGridViewBoundColumn Members

Send Feedback