Rows
row<<Colors(n)
Assigns the color n to the selected rows.
row<<Exclude(Boolean)
row<<Unexclude(Boolean)
Turns the excluded or unexcluded state on for the selected rows according to the Boolean argument given. Omit the argument to toggle the row state.
row<<Hide(Boolean)
row<<Unhide(Boolean)
Turns the Hide attribute on or off according to the Boolean argument given. Omit the argument to toggle the row state.
row<<Hide and Exclude
Shows or hides the selected rows from appearing on graphs, and excludes or unexcludes them from contributing to calculations.
row<<Label(Boolean)
row<<Unlabel(Boolean)
Turns the Label attribute on or off according to the Boolean argument given. Omit the argument to toggle the row state.
row<<Markers(marker)
Assigns the quoted "marker" to the selected rows.
row<<Next Selected
Causes the next selected row in the data table to blink.
row<<Previous Selected
Causes the previous selected row in the data table to blink.
row<<Row Editor
Opens the Row Editor window for the selected rows.