Version

SetInvalidDataCell Method (WinTreeReplayServer)

This function will simulate setting invalid data in a cell to force the firing of DataError event during the replay session.
Syntax
'Declaration
 
Public Sub SetInvalidDataCell( _
   ByVal nodeId As System.String, _
   ByVal cellKey As System.String, _
   ByVal invalidValue As System.String _
) 
public void SetInvalidDataCell( 
   System.string nodeId,
   System.string cellKey,
   System.string invalidValue
)

Parameters

nodeId
is the node path. A chain of '\' back slash separated node indexes.
cellKey
is the column key associated with the cell.
invalidValue
is a string representation of the invalid value to use.
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