Skip to main content
A newer version of this page is available. .

HtmlEditorCssFileCollection.AddRange(IEnumerable<String>) Method

Adds a collection of items to the end of the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public void AddRange(
    IEnumerable<string> cssFiles
)

Parameters

Name Type Description
cssFiles IEnumerable<String>

A IEnumerable<T> object, which is the collection of items to append to the collection.

Remarks

Objects are appended to the collection in the same order they have in the added collection.

See Also