Returns a style by its string name. "" denotes own Style.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public C1DocStyle this[
	string index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As String _
) As C1DocStyle

Parameters

index
Type: System..::.String

See Also