Version

GetSummaryValue Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Returns a summary value for a field, if more than one an index can be supplied to specify which one to use.", Documentation="Returns the summary value for the field of cell %a1 at index %a2")>
Function GetSummaryValue( _
   ByVal sCellArg As System.String, _
   Optional ByVal iIndex As System.Integer _
) As System.Object
[TypeInfoMethod(Description="Returns a summary value for a field, if more than one an index can be supplied to specify which one to use.", Documentation="Returns the summary value for the field of cell %a1 at index %a2")]
System.object GetSummaryValue( 
   System.string sCellArg,
   System.int iIndex
)
[TypeInfoMethod(Description="Returns a summary value for a field, if more than one an index can be supplied to specify which one to use.", Documentation="Returns the summary value for the field of cell %a1 at index %a2")]
System.Object* GetSummaryValue( 
   System.string* sCellArg,
   System.int iIndex
) 

Parameters

sCellArg
iIndex
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