rules Property

Microsoft FrontPage Visual Basic

Show All Show All

rules Property

ShowAs 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.

ShowAs 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.

allDisplays borders on all rows and columns.
colsDisplays borders between all table columns.
groupsDisplays horizontal borders between all THEAD, TBODY, and TFOOT elements; and displays vertical borders between all COLGROUP elements.
noneDisplays no interior table borders.
rowsDisplays horizontal borders between all table rows.