Style order number, specified as a positive integer or a vector of positive
integers. To determine the styles currently applied to the table, and the order in which
they were added, query the value of the StyleConfigurations
property.
When you remove a style other than the last one that was added, the remaining styles
move up in the order to close the gaps. If no style order number is specified, all
styles are removed from the table.
Example: removeStyle(uit,2)
removes the second style in the list
returned by uit.StyleConfigurations
.
Example: removeStyle(uit,[1 3 5])
removes the first, third, and
fifth styles in the list returned by
uit.StyleConfigurations
.
Example: removeStyle(uit)
removes all styles from the table UI
component.