Class XlsPivotCacheField
- Namespace
- Spire.Xls.Core.Spreadsheet.PivotTables
- Assembly
- Spire.XLS.dll
public class XlsPivotCacheField
- Inheritance
-
XlsPivotCacheField
- Inherited Members
Properties
Caption
Specifies the caption of the cache field
public string Caption { get; set; }
Property Value
DataType
public PivotDataType DataType { get; }
Property Value
Formula
public string Formula { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
IsDataBaseField
public bool IsDataBaseField { get; set; }
Property Value
IsDate
public bool IsDate { get; }
Property Value
IsDouble
public bool IsDouble { get; set; }
Property Value
IsDoubleInt
public bool IsDoubleInt { get; set; }
Property Value
IsFormulaField
Indicates the field is formula field
public bool IsFormulaField { get; }
Property Value
IsString
public bool IsString { get; set; }
Property Value
ItemCount
public int ItemCount { get; }
Property Value
Name
public string Name { get; set; }
Property Value
isfieldgroup
Represents the cache field is Field group
public bool isfieldgroup { get; }
Property Value
Methods
GetValue(int)
public object GetValue(int index)
Parameters
index
int