Version

GetSummaryValue Method (XamGridProxyBase)

Returns a summary value for a column, if more than one an index can be supplied to specify which one to use
Syntax
'Declaration
 
Public Function GetSummaryValue( _
   ByVal sHeaderArg As System.String, _
   Optional ByVal oSumType As System.Object _
) As System.Object
public System.object GetSummaryValue( 
   System.string sHeaderArg,
   System.object oSumType
)
public: System.Object* GetSummaryValue( 
   System.string* sHeaderArg,
   System.Object* oSumType
) 

Parameters

sHeaderArg
string text path to the column header
oSumType
index of the summary value, or the string summary type relative to the column

Return Value

a summary value for a column
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