Aspose::Cells::Pivot::PivotTable::ShowDatail method

PivotTable::ShowDatail method

Show the detail of one item in the data region to a new Table.

void Aspose::Cells::Pivot::PivotTable::ShowDatail(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 datail to a new worksheet.
destRowint32_tThe target row.
destColumnint32_tThe target column.

See Also