insertion_point property

insertion_point property

Gets or sets the insertion point.

Definition:

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

See Also