[This is preliminary documentation and is subject to change.]
Adds the elements of an array of cssStyleSheets to the end of this collection.
Namespace:
TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.7
Syntax
| C# |
|---|
public void AddRange( CssStyleSheet[] styleSheets ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddRange ( _ styleSheets As CssStyleSheet() _ ) |
Parameters
- styleSheets
- Type: array<
TallComponents.Web..::.CssStyleSheet
>[]()[][]
The array of styleSheets 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.)