Versions Compared

Key

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

...

ValueDescription
oddRowColorThe RGB color value.
existingRowColorThe RGB color value of the row, when Set_Property was run.

See Also

ROWSHADE PropertyEVENROWCOLOR Property

Example

Code Block
/* Set the ODD rows in an edit table to have a blue background and set the even rows to have a yellow background */
 
$Insert Colors
$Insert Logical
 
rowShade = Set_Property(CtrlEntID,'ROWSHADE',true$)
 
oddRowColor = Set_Property(CtrlEntID,'ODDROWCOLOR',blue$)
 
evenRowColor = Set_Property(CtrlEntID,'EVENROWCOLOR',yellow$)