[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedItems.Add

Add Method

Add(string, string)

Creates a new calculated item. Returns a PivotItem object.

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 calculated item.

string formula

The formula for the calculated item.

Returns
Type Description
IPivotItem

IPivotItem.