Version

CellStates Enumeration

Flagged enumeration which exposes a constant for each possible user interface state available to a PivotGridCell.
Syntax
'Declaration
 
Public Enum CellStates 
   Inherits System.Enum
public enum CellStates : System.Enum 
Members
MemberDescription
ActiveThe cell is active.
HotTrackingDirectThe cursor is positioned within the cell's bounds.
HotTrackingIndirectThe cursor is not positioned within the bounds of this cell, but is considered to be hot tracking by virtue of the value of the CellHotTrackingBehavior property for the row or column associated with the cell.
NormalNormal state.
SelectedThe cell is selected.
UpdatingA request for data has been sent to the OLAP server, but a response has not yet been received. This state indicates that the associated user interface element is not active.
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