Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.09 KB

File metadata and controls

15 lines (11 loc) · 1.09 KB

CopyOptions

Properties

Name Type Description Notes
refer_to_destination_sheet bool When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. [optional]
copy_names bool Indicates whether copying the names. [optional]
refer_to_sheet_with_same_name bool [optional]
column_character_width bool Indicates whether copying column width in unit of characters. [optional]
copy_invalid_formulas_as_values bool If the formula is not valid for the dest destination, only copy values. [optional]
extend_to_adjacent_range bool Indicates whether extend ranges when copying the range to adjacent range. [optional]

[Back to Model list] [Back to API list] [Back to README]