Version

SshtExitEditType Enumeration

Represents the different means that a data can be committed after exiting edit mode for a cell.
Syntax
'Declaration
 
Public Enum SshtExitEditType 
   Inherits System.Enum
public enum SshtExitEditType : System.Enum 
Members
MemberDescription
sshtCreateArrayFormulaRepresents committing the data as an array formula, which only affects the active cell range, if more than range of cells is selected.
sshtDiscardChangesRepresents discarding the modified cell data and reverting to the previous data.
sshtUpdateActiveCellOnlyRepresents committing the data to only the currently active cell.
sshtUpdateSelectedCellsRepresents committing the data entered to every currently selected 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