CB.CellPrefsND Example

This example changes cell preferences for assumption cells, including both existing and future assumptions. It turns off any pattern, changes the color to cyan, and displays assumption cell notes.

CB.CellPrefsND cbCelAssum, cbCelPattern, 0, False
CB.CellPrefsND cbCelAssum, cbCelColor, 8, False
CB.CellPrefsND cbCelAssum, cbCelNote, True, False