[This is preliminary documentation and is subject to change.]

Adds the elements of an CssStyleSheetCollection to the end of this collection.

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6

Syntax

C#
public void AddRange(
	CssStyleSheetCollection styleSheets
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	styleSheets As CssStyleSheetCollection _
)

Parameters

styleSheets
Type: TallComponents.Web..::.CssStyleSheetCollection
The CssStyleSheetCollection whose elements should be added to the end of the collection.

Remarks

Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)

See Also