Version

CellExitEditMode Method (XamSpreadsheetProxy)

If an editor is in editmode, exit edit mode by the supplied mode
Syntax
'Declaration
 
Public Sub CellExitEditMode( _
   Optional ByVal oeEditType As System.Object _
) 
public void CellExitEditMode( 
   System.object oeEditType
)
public: void CellExitEditMode( 
   System.Object* oeEditType
) 

Parameters

oeEditType
optional string, integer index or enumerated value representing who the value should be applied to the selected cells, default behavior is to only update the current 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