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

Insert an CssStyleSheet on a specific place in this CssStyleSheetCollection.

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

Syntax

C#
public void Insert(
	int index,
	CssStyleSheet styleSheet
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	styleSheet As CssStyleSheet _
)

Parameters

index
Type: System..::.Int32
The zero-based index at which the CssStyleSheet should be inserted.
styleSheet
Type: TallComponents.Web..::.CssStyleSheet
The CssStyleSheet to be insert.

Remarks

The styleSheet does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThe given styleSheet is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also