[This is preliminary documentation and is subject to change.]
Removes an CssStyleSheet from this CssStyleSheetCollection.
Namespace:
TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6
Syntax
| C# |
|---|
public void Remove( CssStyleSheet styleSheet ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ styleSheet As CssStyleSheet _ ) |
Parameters
- styleSheet
- Type: TallComponents.Web..::.CssStyleSheet
The CssStyleSheet to remove.
Remarks
The styleSheet does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | The given styleSheet is nullNothingnullptra null reference (Nothing in Visual Basic). |