Aspose::Cells::Pivot::PivotTable::ShowDetail method
PivotTable::ShowDetail method
Show the detail of one item in the data region to a new Table.
void Aspose::Cells::Pivot::PivotTable::ShowDetail(int32_t rowOffset, int32_t columnOffset, bool newSheet, int32_t destRow, int32_t destColumn)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | Offset to the first data row in the data region. |
columnOffset | int32_t | Offset to the first data column in the data region. |
newSheet | bool | Show the detail to a new worksheet. |
destRow | int32_t | The target row. |
destColumn | int32_t | The target column. |
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++