TStandardSheetSelector.WriteOneCssRule Method
This method is an utility to write one rule in a TStandarSheetSelectorStyles class.
Syntax
Unit: FlexCel.Render
procedure TStandardSheetSelector.WriteOneCssRule(const Selector: string; const Rule: string; const SubSelector: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
Selector |
string |
A string with the style for the class. It can contain Macros (<#...>) and they will be replaced when writing the rule. |
const |
Rule |
string |
Name of the rule. |
const |
SubSelector |
string |
A string to be added at the end of the rule name. |
See also