Class PivotCellSelectionMode
Defines mode of cell selection. The modes available are: Flow - Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table. Box - Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table. BoxWithBorder - Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotCellSelectionMode : Enum
Fields
Box
Box - Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table.
Declaration
public const PivotCellSelectionMode Box
Field Value
Type |
---|
PivotCellSelectionMode |
BoxWithBorder
BoxWithBorder - Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.
Declaration
public const PivotCellSelectionMode BoxWithBorder
Field Value
Type |
---|
PivotCellSelectionMode |
Flow
Flow - Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table.
Declaration
public const PivotCellSelectionMode Flow
Field Value
Type |
---|
PivotCellSelectionMode |