menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotValueCollections - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotValueCollections

    Represents a collection of Pivot values in the pivot table.

    Inheritance
    System.Object
    PivotValueCollections
    Namespace: Syncfusion.XlsIO.Implementation.PivotTables
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class PivotValueCollections : Object

    Constructors

    PivotValueCollections()

    Pivot value collections

    Declaration
    public PivotValueCollections()

    Properties

    ImmediateColumnHeader

    gets or sets the immediate column header for any pivot value.

    Declaration
    public IRange ImmediateColumnHeader { get; set; }
    Property Value
    Type
    IRange

    ImmediateRowHeader

    Gets or sets the immediate row header for any pivot value.

    Declaration
    public IRange ImmediateRowHeader { get; set; }
    Property Value
    Type
    IRange

    PivotCellType

    Gets or sets the the cell type.

    Declaration
    public CellType PivotCellType { get; set; }
    Property Value
    Type
    CellType

    PivotTablePartStyle

    Gets or sets the style for the pivot table part.

    Declaration
    public PivotTableParts PivotTablePartStyle { get; set; }
    Property Value
    Type
    PivotTableParts

    Value

    Gets or sets the pivot table value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    XF

    Represents the extended format record of the pivot table cell.

    Declaration
    public ExtendedFormatImpl XF { get; set; }
    Property Value
    Type
    ExtendedFormatImpl

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved