Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsPivotCache : XlsObject, 
	IPivotCache
Public Class XlsPivotCache
	Inherits XlsObject
	Implements IPivotCache
public ref class XlsPivotCache : public XlsObject, 
	IPivotCache
type XlsPivotCache =  
    class
        inherit XlsObject
        interface IPivotCache
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddReference()()()() (Inherited from XlsObject.)
CalculatedItemIndex
CheckDisposed()()()() (Inherited from XlsObject.)
Clone(Object)
Clone(Object, Dictionary<(Of <<'(String, String>)>>))
CreatedVersion
Dispose()()()() (Inherited from XlsObject.)
EnableRefresh
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()() (Inherited from XlsObject.)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasNamedRange
Index
InRange(IXLSRange, XlsWorksheet, Int32, Int32, Boolean)
IsBackgroundQuery
IsInvalidData
IsOptimizedCache
IsRefreshOnLoad
IsSaveData
IsSupportSubQuery
IsUpgradeOnRefresh
m_bIsDisposed (Inherited from XlsObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinRefreshableVersion
NeedDataArray
OnDispose()()()() (Inherited from XlsObject.)
Parent
RangeName
ReferenceCount (Inherited from XlsObject.)
RefreshDate
RefreshedBy
RefreshedVersion
ReleaseReference()()()() (Inherited from XlsObject.)
SetParent(Object) (Inherited from XlsObject.)
SourceRange
SourceType
SupportAdvancedDrill
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet.PivotTables..::..XlsPivotCache
      Spire.Xls..::..PivotCache

See Also