Version

SetInvalidDataCell Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Type a string into a cell with a text based editor.", Documentation="Send string value [%a2] to the cell [%a1]'s text editor")>
Sub SetInvalidDataCell( _
   ByVal sCellArg As System.String, _
   ByVal sValue As System.String _
) 
[TypeInfoMethod(Description="Type a string into a cell with a text based editor.", Documentation="Send string value [%a2] to the cell [%a1]'s text editor")]
void SetInvalidDataCell( 
   System.string sCellArg,
   System.string sValue
)
[TypeInfoMethod(Description="Type a string into a cell with a text based editor.", Documentation="Send string value [%a2] to the cell [%a1]'s text editor")]
void SetInvalidDataCell( 
   System.string* sCellArg,
   System.string* sValue
) 

Parameters

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