row_spacing_rule property

row_spacing_rule property

The type of vertical spacing between array elements Default: SingleLineGap

Definition:

@property
def row_spacing_rule(self):
    ...

@row_spacing_rule.setter
def row_spacing_rule(self, value):
    ...

See Also