text_string_in_cell property

text_string_in_cell property

Gets or sets the text string in cell.

Definition:

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

See Also