ui.Dialog.setCellAttributes

Define cell decoration attributes array for the specified list (singular dialog only).

Syntax

setCellAttributes(
   program-array ARRAY )
  1. program-array is a program ARRAY defining the cell attributes.

Usage

The functionality of the setCellAttributes() method is similar to that of the setArrayAttributes() method. As such, you should read the Usage section for setArrayAttributes(). The setCellAttributes() method is designed for singular dialogs, where only one screen array is used. You can alternatively use the setArrayAttributes() in singular dialogs, keeping the method used consistent throughout your application regardless of dialog type.