Intersoft ClientUI Documentation
GetAggregateValue(AggregateValues,String) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewBoundColumn Class : GetAggregateValue(AggregateValues,String) Method






values
Aggregate values.
format
Format string.
Get the aggregate value.

Syntax

Visual Basic (Declaration) 
Public Function GetAggregateValue( _
   ByVal values As AggregateValues, _
   ByVal format As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewBoundColumn
Dim values As AggregateValues
Dim format As String
Dim value As String
 
value = instance.GetAggregateValue(values, format)
C# 
public string GetAggregateValue( 
   AggregateValues values,
   string format
)
Delphi 
public function GetAggregateValue( 
    values: AggregateValues;
    format: String
): String; 
JScript 
public function GetAggregateValue( 
   values : AggregateValues,
   format : String
) : String;
Managed Extensions for C++ 
public: string* GetAggregateValue( 
   AggregateValues* values,
   string* format
) 
C++/CLI 
public:
String^ GetAggregateValue( 
   AggregateValues^ values,
   String^ format
) 

Parameters

values
Aggregate values.
format
Format string.

Return Value

Aggregate value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.