Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
column, rowWhen column and row are both positive, applies the color to the cell; when column is positive and row is 0, applies the color to the entire column; when column is 0 and row is positive applies the color to the entire row.
color_array

A field mark delimited array for setting the background color, foreground color, background color if selected, and foreground color if selected. The colors are set as follows:

Field NumberDescription
1Background color value
2Foreground color value
3Background color value, if the cell is selected
4Foreground color value, if the cell is selected

Note: When setting the color for column and row headings the text color is set. An array is not used to set the color in a column or row header. To set the color in a column or row heading just a single value is passed.

See also

COLORS $Insert recordFONT_BY_POS messageTEXT_BY_POS messageSTYLE_BY_POS message

...