[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFormulas

Interface IPivotFormulas

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

Represents the collection of IPivotFormula

public interface IPivotFormulas : IEnumerable<IPivotFormula>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.IPivotFormula>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Returns the IPivotFormula by index.

IPivotFormula this[int index] { get; }

Parameters

index int

The index of the pivot formula.

Property Value

IPivotFormula

IPivotFormula