Version

GetSummaryType Method (XamGridProxyBase)

Returns a summary type for a column, if more than one an index can be supplied to specify which one to use
Syntax
'Declaration
 
Public Function GetSummaryType( _
   ByVal sHeaderArg As System.String, _
   Optional ByVal iIndex As System.Integer _
) As System.String
public System.string GetSummaryType( 
   System.string sHeaderArg,
   System.int iIndex
)
public: System.string* GetSummaryType( 
   System.string* sHeaderArg,
   System.int iIndex
) 

Parameters

sHeaderArg
string text path to the column header
iIndex
index of the summary value, relative to the column

Return Value

a summary type 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