Version

SetInvalidDataCell Method (DataPresenterRecordProxyBase)

Puts the supplied cell into edit mode, and enters the text supplied. Used to test a cells text validation.
Syntax
'Declaration
 
Public Sub SetInvalidDataCell( _
   ByVal sCellArg As System.String, _
   ByVal sValue As System.String _
) 
public void SetInvalidDataCell( 
   System.string sCellArg,
   System.string sValue
)
public: void SetInvalidDataCell( 
   System.string* sCellArg,
   System.string* sValue
) 

Parameters

sCellArg
string text path to the cell
sValue
the text to be entered into the cell
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