WebFileUploader.AlternateRowColor

From Xojo Documentation

Property (As Color )


aWebFileUploader.AlternateRowColor = newColorValue
or
ColorValue = aWebFileUploader.AlternateRowColor

New in 2010r5

Supported for all project types and targets.

Specified the alternate color with respect to the PrimaryRowColor. This is applied to the odd-numbered rows.

Example

Me.PrimaryRowColor = &cFFFCCC
Me.AlternateRowColor = &cFF9999