Version

GetSummaryValue Method (WinGridReplayServer)

Get the value of the specified summary value.
Syntax
'Declaration
 
Public Overridable Function GetSummaryValue( _
   ByVal row As System.Object, _
   ByVal SummaryIndex As System.Integer _
) As System.String
public virtual System.string GetSummaryValue( 
   System.object row,
   System.int SummaryIndex
)

Parameters

row
A row from the row collection that have the requested summary value
SummaryIndex
The index of the summary value in Summaries collection.

Return Value

Returns the Summary value as a string
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