Adds the specified array of styles to the collection.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void AddRange(
	Style[] values
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	values As Style() _
)
Visual C++
public:
void AddRange(
	array<Style^>^ values
)

Parameters

values
Type: array< PerpetuumSoft.Reporting.DOM..::.Style >[]()[]

See Also