Gets or sets the FieldItem item by the specified index and method of beat.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FieldItem this[ int index, bool backOrder ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer, _ backOrder As Boolean _ ) As FieldItem |
Visual C++ |
---|
public: property FieldItem^ default[int index, bool backOrder] { FieldItem^ get (int index, bool backOrder); } |