select_fld_with_first_or_last_char property

CompatibilityOptions.select_fld_with_first_or_last_char property

Select Field When First or Last Character Is Selected.

@property
def select_fld_with_first_or_last_char(self) -> bool:
    ...

@select_fld_with_first_or_last_char.setter
def select_fld_with_first_or_last_char(self, value: bool):
    ...

See Also