row_gap property

row_gap property

The value of vertical spacing between rows of a matrix; If the RowGapRule is set to 3 (“Exactly”), then the unit is interpreted as twips (1/20th of a point) If the RowGapRule is set to 4 (“Multiple”), then the unit is interpreted as half-lines. Default: 0

Definition:

@property
def row_gap(self):
    ...

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

See Also