Show / Hide Table of Contents

Class ExcelPivotTableFieldItem

A field Item. Used for grouping

Inheritance
System.Object
XmlHelper
ExcelPivotTableFieldItem
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: Experior.Core.Data.OfficeOpenXml.Table.PivotTable
Assembly: Experior.Core.dll
Syntax
public class ExcelPivotTableFieldItem : XmlHelper

Properties

Text

The text. Unique values only

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX