'Declaration Public Enum AllowDisparateSelection Inherits System.Enum
public enum AllowDisparateSelection : System.Enum
Member | Description |
---|---|
All | Combines the 'Rows', 'Columns', and 'Cells' settings. Items of any type can exist concurrently within the same selection. |
Cells | Selection of cells in conjunction with items of different types is allowed. For example, if a row is currently selected, and the user attempts to extend the selection to include a single cell, the operation is allowed. |
Columns | Selection of columns in conjunction with items of different types is allowed. For example, if a row is currently selected, and the user attempts to extend the selection to include a column, the operation is allowed. |
ColumnsAndCells | Combines the 'Columns' and 'Cells' settings. Columns and cells can exist concurrently within the same selection, but rows cannot. |
None | Selection of rows, columns, and cells is mutually exclusive, i.e., if an item of one type is currently selected, selection is disallowed for items of the other types. |
Rows | Selection of rows in conjunction with items of different types is allowed. For example, if a cell is currently selected, and the user attempts to extend the selection to include a row, the operation is allowed. |
RowsAndCells | Combines the 'Rows' and 'Cells' settings. Rows and cells can exist concurrently within the same selection, but columns cannot. |
RowsAndColumns | Combines the 'Rows' and 'Columns' settings. Rows and columns can exist concurrently within the same selection, but cells cannot. |
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