section_type property

section_type property

Gets or sets the type of the section.

Definition:

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

See Also