Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName method

PivotTable::GetCellByDisplayName(const U16String&) method

Gets the Cell object by the display name of PivotField.

Cell Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName(const U16String &displayName)
ParameterTypeDescription
displayNameconst U16String&the DisplayName of PivotField

ReturnValue

the Cell object

See Also

PivotTable::GetCellByDisplayName(const char16_t*) method

Gets the Cell object by the display name of PivotField.

Cell Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName(const char16_t *displayName)
ParameterTypeDescription
displayNameconst char16_t*the DisplayName of PivotField

ReturnValue

the Cell object

See Also