extend_to_adjacent_range property

extend_to_adjacent_range property

Indicates whether extend ranges when copying the range to adjacent range.

Remarks

If it’s true, only extends the range of the hyperlink,not adding a new hyperlink when copying hyperlinks to adjacent rows.

Definition:

@property
def extend_to_adjacent_range(self):
    ...
@extend_to_adjacent_range.setter
def extend_to_adjacent_range(self, value):
    ...

See Also