get_cells_address_in_workbook method

get_cells_address_in_workbook

If DataSourceType property is DataSourceType.Worksheet then this method returns address of the cells in workbook which represent the string data. Otherwise return empty string.

def get_cells_address_in_workbook(self):
    ...

See Also