Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value and Index properties.

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

Syntax

C#
public FieldItem(
	Object value,
	int index
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Object, _
	index As Integer _
)
Visual C++
public:
FieldItem(
	Object^ value, 
	int index
)

Parameters

value
Type: System..::.Object
index
Type: System..::.Int32

See Also