Enum CellSelectionMode
Defines mode of cell selection.
- FlowDefault. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..
- BoxSelects the range of cells within the start and end column indexes that includes in between cells of rows within the range
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CellSelectionMode
Fields
| Name | Description |
|---|---|
| Box | Range of cells that match the index of start and end cell will be selected |
| BoxWithBorder | Same as |
| Flow | Default. All the cells between start and end cell will be selected. |