table_css_id property

table_css_id property

Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is “”.

Definition:

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

See Also