show_detail yöntemi

show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column)

Veri bölgesindeki bir öğenin ayrıntılarını yeni bir Tabloya göster.


def show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column):
    ...
ParametreTipTanım
row_offsetintVeri bölgesindeki ilk veri satırına ofset.
column_offsetintVeri bölgesindeki ilk veri sütununa ofset.
new_sheetboolDetayları yeni bir çalışma sayfasına göster.
dest_rowintHedef satır.
dest_columnintHedef sütun.

Ayrıca bakınız