show_datail method

show_datail

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

def show_datail(self, row_offset, column_offset, new_sheet, dest_row, dest_column):
    ...
ParameterTypeDescription
row_offsetintOffset to the first data row in the data region.
column_offsetintOffset to the first data column in the data region.
new_sheetboolShow the datail to a new worksheet.
dest_rowintThe target row.
dest_columnintThe target column.

See Also