[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedItems.Item

this Property

this[int]

Get IPivotItem item by index.

Declaration
IPivotItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotItem
Parameters
Type Name Description
int index

index of calculated item

Property Value
Type Description
IPivotItem

IPivotItem.

this[string]

Get IPivotItem item by name.

Declaration
IPivotItem this[string itemName] { get; }
ReadOnly Default Property Item(itemName As String) As IPivotItem
Parameters
Type Name Description
string itemName

name of calcluated item.