Version

CellExitEditMode Method (IXamSpreadsheetReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Takes the active cell out of edit mode", Documentation="Takes the active cell out of edit mode")>
Sub CellExitEditMode( _
   Optional ByVal oeEditType As System.Object _
) 
[TypeInfoMethod(Description="Takes the active cell out of edit mode", Documentation="Takes the active cell out of edit mode")]
void CellExitEditMode( 
   System.object oeEditType
)
[TypeInfoMethod(Description="Takes the active cell out of edit mode", Documentation="Takes the active cell out of edit mode")]
void CellExitEditMode( 
   System.Object* oeEditType
) 

Parameters

oeEditType
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