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)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | Offset to the first data row in the data region. |
columnOffset | Int32 | Offset to the first data column in the data region. |
newSheet | Boolean | Show the detail to a new worksheet. |
destRow | Int32 | The target row. |
destColumn | Int32 | The target column. |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells