Version

GetSummaryValueActiveRow Method (WinGridReplayServer)

Get the value of the specified summary value using the active row as the source row.
Syntax
'Declaration
 
Public Overridable Function GetSummaryValueActiveRow( _
   ByVal SummaryIndex As System.Integer _
) As System.String
public virtual System.string GetSummaryValueActiveRow( 
   System.int SummaryIndex
)

Parameters

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