Version

CellClickAction Enumeration

Constants which determine the action taken when a cell is clicked or tapped.
Syntax
'Declaration
 
Public Enum CellClickAction 
   Inherits System.Enum
public enum CellClickAction : System.Enum 
Members
MemberDescription
ActivateThe cell is activated, i.e., becomes the new ActiveCell. The cell is not selected, nor is the associated row or column.
NoneNo action is taken.
SelectCellThe cell is selected, i.e., added to the Selection'sCells collection.
SelectColumnThe cell's column is selected, i.e., added to the Selection'sColumns collection.
SelectRowThe cell's row is selected, i.e., added to the Selection'sRows collection.
Requirements

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

See Also