Initializes a new instance of the CellInfo class.

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

Syntax

C#
public CellInfo(
	FieldItem xItem,
	FieldItem yItem,
	Field field,
	int row,
	int column
)
Visual Basic (Declaration)
Public Sub New ( _
	xItem As FieldItem, _
	yItem As FieldItem, _
	field As Field, _
	row As Integer, _
	column As Integer _
)
Visual C++
public:
CellInfo(
	FieldItem^ xItem, 
	FieldItem^ yItem, 
	Field^ field, 
	int row, 
	int column
)

See Also