Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotAxisTypes2007

    Show / Hide Table of Contents

    Class PivotAxisTypes2007

    Represents Axis types in the pivot table equivalent to Excel 2007.

    Inheritance
    System.Object
    PivotAxisTypes2007
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class PivotAxisTypes2007 : Enum

    Fields

    axisCol

    Represents the Column axis type.

    Declaration
    public const PivotAxisTypes2007 axisCol
    Field Value
    Type Description
    PivotAxisTypes2007

    axisPage

    Represents the Page axis type.

    Declaration
    public const PivotAxisTypes2007 axisPage
    Field Value
    Type Description
    PivotAxisTypes2007

    axisRow

    Represents the Row axis type.

    Declaration
    public const PivotAxisTypes2007 axisRow
    Field Value
    Type Description
    PivotAxisTypes2007

    axisValues

    Represents the Data axis type.

    Declaration
    public const PivotAxisTypes2007 axisValues
    Field Value
    Type Description
    PivotAxisTypes2007

    value__

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