Initializes a new instance of the XlsPivotTable class
Namespace: Spire.Xls.Core.Spreadsheet.PivotTablesAssembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public XlsPivotTable( Object parent, int cacheIndex, IXLSRange location )
Public Sub New ( parent As Object, cacheIndex As Integer, location As IXLSRange )
public: XlsPivotTable( Object^ parent, int cacheIndex, IXLSRange^ location )
new : parent : Object * cacheIndex : int * location : IXLSRange -> XlsPivotTable