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)
ParameterTypeDescription
rowOffsetint32_tOffset to the first data row in the data region.
columnOffsetint32_tOffset to the first data column in the data region.
newSheetboolShow the detail to a new worksheet.
destRowint32_tThe target row.
destColumnint32_tThe target column.

See Also