Sets or retrieves whether alternate table rows are shaded for the rowover behavior.
Syntax
HTML <TABLE CLASS = "rowover" STRIPED = "0" | "1"...> Scripting [ "0" | "1" = ] oTable.striped
Possible Values
0 Integer specifying that alternate table rows are not shaded. 1 Integer specifying that alternate table rows are shaded. The property is read/write with a default value of 0.
Remarks
The striped property is available only to objects participating in the rowover behavior.
Applies To
rowover