Returns value for a given pivot table cell.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Object GetValueByCell( CellInfo cellInfo ) |
| Visual Basic (Declaration) |
|---|
Public Function GetValueByCell ( _ cellInfo As CellInfo _ ) As Object |
| Visual C++ |
|---|
public: Object^ GetValueByCell( CellInfo^ cellInfo ) |
Parameters
- cellInfo
- Type: PerpetuumSoft.Olap..::.CellInfo