column_flow property

column_flow property

Gets or sets the column flow.

Definition:

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

See Also