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.

Returns

String value str

def get_cells_address_in_workbook(self):
    ...

See Also