Version

UltraPivotGridStates Enumeration

Flagged enumeration which contains a constant for each possible state of the UltraPivotGrid control.
Syntax
'Declaration
 
Public Enum UltraPivotGridStates 
   Inherits System.Enum
public enum UltraPivotGridStates : System.Enum 
Members
MemberDescription
ActiveCellA cell is currently active, i.e., has the keyboard focus.
ActiveCellInFirstColumnThe currently active cell belongs to the first column.
ActiveCellInLastColumnThe currently active cell belongs to the last column.
ActiveCellOnFirstRowThe currently active cell is on the first row in the grid.
ActiveCellOnLastRowThe currently active cell is on the last row in the grid.
ActiveCellSupportsMultiSelectThe currently active cell can be selected/deselected, without requiring the deselection of previously selected rows, columns, or cells.
ActiveCellSupportsSelectionThe currently active cell can be selected/deselected.
FilterSelectorOpenThe filter selector is currently open.
NoneUsed for variable initialization.
UpdatingDataSourceA request for data has been sent to the OLAP server, but the server has not yet answered the request.
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