ICSSMediaRule.DeleteRule

ICSSMediaRule.DeleteRule method

The deleteRule() method of the CSSGroupingRule interface removes a CSS rule from a list of child CSS rules.

public void DeleteRule(long index)
ParameterTypeDescription
indexInt64The index of the rule to delete.

See Also