[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFormula

Interface IPivotFormula

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

An object representing the order in which custom formulas are calculated in a PivotTable

public interface IPivotFormula

Properties

Formula

Gets the formula.

string Formula { get; }

Property Value

string

Index

Gets or sets the solved order of current formula.

int Index { get; set; }

Property Value

int

Name

Gets the name of the specified formula in the PivotTable formula.

string Name { get; }

Property Value

string