AsposeCellsCloud::Object::CopyOptions

Load the model package

use AsposeCellsCloud::Object::CopyOptions;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- refer_to_destination_sheet | boolean | 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 | boolean | Indicates whether copying the names. | [optional] refer_to_sheet_with_same_name | boolean | | [optional] column_character_width | boolean | Indicates whether copying column width in unit of characters. | [optional] copy_invalid_formulas_as_values | boolean | If the formula is not valid for the dest destination, only copy values. | [optional] extend_to_adjacent_range | boolean | Indicates whether extend ranges when copying the range to adjacent range. | [optional]

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