Alignment rule
Use Alignment when text or graphics should line up consistently within a cell or container. The legacy support article documents six settings:- Left
- Center
- Right
- Top
- Middle
- Bottom
- Graphics
- Text
- Both
Margin rule
Use Margin when text or graphics need more or less space around them. The legacy support article notes:- It works for text, icons, shapes, images, and more
- Many visual rules have their own built-in margin settings
- Grunt uses a default margin around most elements
- Horizontal and vertical margins together
- All four sides individually
0 when content should extend to the full cell boundary.
Merge rule
Use Merge when repeated or adjacent cells should behave like one larger structural unit. The legacy support article describes these merge modes:- Merge adjacent cells
- Merge similar values
- Merge empty cells
- Grunt merges the structure, not the underlying data
- The top-left cell is the displayed value after merge
- Removing the rule restores the original structure
Size rule
Use Size when several graphics from different rules should share the same width or height behavior. The legacy support article documents these sizing modes for width and height:- Fixed
- Relative
- Fill Cell
Clear rule
Use Clear when earlier formatting should be intentionally removed from a specific target area. Typical use cases:- Reset inherited formatting for one row or column
- Strip unwanted styling before applying new rules
- Create exceptions inside an otherwise broad target
When to combine these rules
These rules are often combined to control layout cleanly:- Alignment for placement
- Margin for spacing
- Size for graphic scale
- Merge for structural grouping
- Clear for exceptions