menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SheetPivot

    Inheritance
    System.Object
    SheetPivot
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SheetPivot

    Constructors

    SheetPivot()

    Declaration
    public SheetPivot()

    Properties

    ColIndex

    Declaration
    [JsonProperty("colIndex")]
    public int ColIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Columns

    Declaration
    [JsonProperty("columns")]
    public List<PivotFields> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotFields>

    DataRange

    Declaration
    [JsonProperty("dataRange")]
    public List<int> DataRange { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    DataSheetName

    Declaration
    [JsonProperty("dataSheetName")]
    public string DataSheetName { get; set; }
    Property Value
    Type Description
    System.String

    Filters

    Declaration
    [JsonProperty("filters")]
    public List<PivotFields> Filters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotFields>

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Left

    Declaration
    [JsonProperty("left")]
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32

    RowIndex

    Declaration
    [JsonProperty("rowIndex")]
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Rows

    Declaration
    [JsonProperty("rows")]
    public List<PivotFields> Rows { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotFields>

    SheetIdx

    Declaration
    [JsonProperty("sheetIdx")]
    public int SheetIdx { get; set; }
    Property Value
    Type Description
    System.Int32

    TableName

    Declaration
    [JsonProperty("tableName")]
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Top

    Declaration
    [JsonProperty("top")]
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32

    Values

    Declaration
    [JsonProperty("values")]
    public List<PivotFields> Values { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotFields>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved