[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.ICalculatedFields.Add

Add Method

Add(string, string)

Creates a new calculated field.

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

The name of the item.

string formula

The formula for the item.

Returns
Type Description
IPivotField

A IPivotField object that represents the new calculated item.