copy_comments_in_range method

copy_comments_in_range

Copy all comments in the range.

def copy_comments_in_range(self, shapes, ca, dest_row, dest_column):
    ...
ParameterTypeDescription
shapesShapeCollectionThe source shapes.
caCellAreaThe source range.
dest_rowintThe dest range start row.
dest_columnintThe dest range start column.

See Also