GridSelectionType Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public enum class GridSelectionType
public enum GridSelectionType
type GridSelectionType =
Public Enum GridSelectionType
- Herança
-
GridSelectionType
Campos
| Nome | Valor | Description |
|---|---|---|
| CellBlocks | 4 | |
| ColumnBlocks | 5 | |
| RowBlocks | 3 | |
| SingleCell | 1 | |
| SingleColumn | 2 | |
| SingleRow | 0 |