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)
Parameter | Type | Description |
---|---|---|
displayName | const U16String& | the DisplayName of PivotField |
ReturnValue
the Cell object
See Also
- Class Cell
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
displayName | const char16_t* | the DisplayName of PivotField |
ReturnValue
the Cell object
See Also
- Class Cell
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++