Table of Contents

TStandardSheetSelector.WriteOneCssRule Method

This method is an utility to write one rule in a TStandarSheetSelectorStyles class.

Syntax

Namespace: FlexCel.Render

protected void WriteOneCssRule(String Selector, String Rule, String SubSelector)

Parameters

<-> Parameter Type Description
Selector String A string with the style for the class. It can contain Macros (<#...>) and they will be replaced when writing the rule.
Rule String Name of the rule.
SubSelector String A string to be added at the end of the rule name.

See also