ICSSStyleSheet.InsertRule
ICSSStyleSheet.InsertRule method
Used to insert a new rule into the style sheet. The new rule now becomes part of the cascade.
public long InsertRule(string rule, int index)
Parameter | Type | Description |
---|---|---|
rule | String | The style rule. |
index | Int32 | The rule index. |
Return Value
The inserted index
See Also
- interface ICSSStyleSheet
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG