'Declaration Public Enum UltraPivotGridStates Inherits System.Enum
public enum UltraPivotGridStates : System.Enum
Member | Description |
---|---|
ActiveCell | A cell is currently active, i.e., has the keyboard focus. |
ActiveCellInFirstColumn | The currently active cell belongs to the first column. |
ActiveCellInLastColumn | The currently active cell belongs to the last column. |
ActiveCellOnFirstRow | The currently active cell is on the first row in the grid. |
ActiveCellOnLastRow | The currently active cell is on the last row in the grid. |
ActiveCellSupportsMultiSelect | The currently active cell can be selected/deselected, without requiring the deselection of previously selected rows, columns, or cells. |
ActiveCellSupportsSelection | The currently active cell can be selected/deselected. |
FilterSelectorOpen | The filter selector is currently open. |
None | Used for variable initialization. |
UpdatingDataSource | A request for data has been sent to the OLAP server, but the server has not yet answered the request. |
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