2027 Method
Changes 0
M

SpacingRule.SetLayoutFixedNumber

Description:
Set the Layout property to FixedNumber.
Remarks:
When changing the Layout to FixedNumber, you must also simultaneously set the Number, Justification, GridlinesRotation, and Offset properties.
public void SetLayoutFixedNumber(
	int number,
	SpacingRuleJustification just,
	double gridlinesRotation,
	double offset
)