Table of Contents

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

string

DataType

public PivotDataType DataType { get; }

Property Value

PivotDataType

Formula

public string Formula { get; set; }

Property Value

string

Index

public int Index { get; set; }

Property Value

int

IsDataBaseField

public bool IsDataBaseField { get; set; }

Property Value

bool

IsDate

public bool IsDate { get; }

Property Value

bool

IsDouble

public bool IsDouble { get; set; }

Property Value

bool

IsDoubleInt

public bool IsDoubleInt { get; set; }

Property Value

bool

IsFormulaField

Indicates the field is formula field

public bool IsFormulaField { get; }

Property Value

bool

IsString

public bool IsString { get; set; }

Property Value

bool

ItemCount

public int ItemCount { get; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

isfieldgroup

Represents the cache field is Field group

public bool isfieldgroup { get; }

Property Value

bool

Methods

GetValue(int)

public object GetValue(int index)

Parameters

index int

Returns

object