Returns percentage value for a given pivot table cell.

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

Syntax

C#
public Object GetPercentValueByCell(
	CellInfo cellInfo
)
Visual Basic (Declaration)
Public Function GetPercentValueByCell ( _
	cellInfo As CellInfo _
) As Object
Visual C++
public:
Object^ GetPercentValueByCell(
	CellInfo^ cellInfo
)

Parameters

cellInfo
Type: PerpetuumSoft.Olap..::.CellInfo

See Also