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
System.Object
PivotCellSelectionMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class PivotCellSelectionMode : Enum
Fields
Box
Declaration
public const PivotCellSelectionMode Box
Field Value
BoxWithBorder
Declaration
public const PivotCellSelectionMode BoxWithBorder
Field Value
Flow
Declaration
public const PivotCellSelectionMode Flow
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|