ICSSMediaRule.InsertRule

ICSSMediaRule.InsertRule method

Used to insert a new rule into the media block.

public long InsertRule(string rule, long index)
ParameterTypeDescription
ruleStringThe media rule.
indexInt64The index.

Return Value

The inserted index.

See Also