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

Removes an CssStyleSheet from the CssStyleSheetCollection at the specified index.

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the CssStyleSheet to be removed.

See Also