PivotTable.ShowDetail

PivotTable.ShowDetail method

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

public void ShowDetail(int rowOffset, int columnOffset, bool newSheet, int destRow, int destColumn)
ParameterTypeDescription
rowOffsetInt32Offset to the first data row in the data region.
columnOffsetInt32Offset to the first data column in the data region.
newSheetBooleanShow the detail to a new worksheet.
destRowInt32The target row.
destColumnInt32The target column.

See Also