row_gap_rule property

row_gap_rule property

The type of vertical spacing between rows of a matrix; Vertical spacing units can be lines or points (stored as twips). Default: SingleSpacingGap (0)

Definition:

@property
def row_gap_rule(self):
    ...

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

See Also