Share via


rules Property

As it applies to the FPHTMLStyleSheet object.

Returns an IHTMLStyleSheetRulesCollection collection that represents the style sheet rules for a cascading style sheet.

expression.rules

*expression   * Required. An expression that returns one of the objects in the Applies To list.

As it applies to the FPHTMLTable and IHTMLTable objects.

Returns a String that represents which dividing lines (inner borders) are displayed in a table. Corresponds to the rules attribute.

expression.rules

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Remarks

The rules property can be one of the following String values.

all Displays borders on all rows and columns.
cols Displays borders between all table columns.
groups Displays horizontal borders between all THEAD, TBODY, and TFOOT elements; and displays vertical borders between all COLGROUP elements.
none Displays no interior table borders.
rows Displays horizontal borders between all table rows.

Applies to | FPHTMLStyleSheet Object | FPHTMLTable Object | IHTMLStyleSheet Object | IHTMLTable Object