show_detail method
show_detail
Show the detail of one item in the data region to a new Table.
def show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column):
...
Parameter | Type | Description |
---|---|---|
row_offset | int | Offset to the first data row in the data region. |
column_offset | int | Offset to the first data column in the data region. |
new_sheet | bool | Show the detail to a new worksheet. |
dest_row | int | The target row. |
dest_column | int | The target column. |
See Also
- module
aspose.cells.pivot
- class
PivotTable