[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.ICalculatedItems.Add

Add Method

Add(string, string)

Creates a new calculated item.

Declaration
IPivotItem Add(string name, string formula)
Function Add(name As String, formula As String) As IPivotItem
Parameters
Type Name Description
string name

The name of the item.

string formula

The formula for the item.

Returns
Type Description
IPivotItem

A IPivotItem object that represents the new calculated item.