Gets or sets FieldItem at the specified index.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public FieldItem this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As FieldItem
Visual C++
public:
property FieldItem^ default[int index] {
	FieldItem^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also