Returns information on a cell by a table column and a table row.

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

Syntax

C#
public CellInfo GetCellInfo(
	int row,
	int column
)
Visual Basic (Declaration)
Public Function GetCellInfo ( _
	row As Integer, _
	column As Integer _
) As CellInfo
Visual C++
public:
CellInfo^ GetCellInfo(
	int row, 
	int column
)

Parameters

row
Type: System..::.Int32
column
Type: System..::.Int32

See Also