ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotCellSelectionMode - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class PivotCellSelectionMode : Enum

    Fields

    Box

    Declaration
    public const PivotCellSelectionMode Box
    Field Value
    Type Description
    PivotCellSelectionMode

    BoxWithBorder

    Declaration
    public const PivotCellSelectionMode BoxWithBorder
    Field Value
    Type Description
    PivotCellSelectionMode

    Flow

    Declaration
    public const PivotCellSelectionMode Flow
    Field Value
    Type Description
    PivotCellSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved