[This is preliminary documentation and is subject to change.]
Adds the elements of an CssStyleSheetCollection to the end of this collection.
Namespace: TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public void AddRange( CssStyleSheetCollection styleSheets ) |
| Visual Basic |
|---|
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.)