'Declaration Public Enum CellClickAction Inherits System.Enum
public enum CellClickAction : System.Enum
Member | Description |
---|---|
Activate | The cell is activated, i.e., becomes the new ActiveCell. The cell is not selected, nor is the associated row or column. |
None | No action is taken. |
SelectCell | The cell is selected, i.e., added to the Selection'sCells collection. |
SelectColumn | The cell's column is selected, i.e., added to the Selection'sColumns collection. |
SelectRow | The cell's row is selected, i.e., added to the Selection'sRows collection. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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