'Declaration Public Enum SshtExitEditType Inherits System.Enum
public enum SshtExitEditType : System.Enum
__value public enum SshtExitEditType : public System.Enum
Member | Description |
---|---|
sshtCreateArrayFormula | Represents committing the data as an array formula, which only affects the active cell range, if more than range of cells is selected. |
sshtDiscardChanges | Represents discarding the modified cell data and reverting to the previous data. |
sshtUpdateActiveCellOnly | Represents committing the data to only the currently active cell. |
sshtUpdateSelectedCells | Represents committing the data entered to every currently selected cell. |
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